Skip to content
Snippets Groups Projects
Commit 22711d12 authored by Francois Keith's avatar Francois Keith
Browse files

Move the deprecated keyword before the declaration.

parent 076b56df
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ namespace dynamicgraph {
/// \brief Method to start python interperter.
/// \param command string to execute
/// Method deprecated, you *SHOULD* handle error messages.
std::string python( const std::string& command ) DYNAMIC_GRAPH_PYTHON_DEPRECATED;
DYNAMIC_GRAPH_PYTHON_DEPRECATED std::string python( const std::string& command );
/// \brief Method to start python interperter.
/// \param command string to execute, result, stdout, stderr strings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment