From 22711d12e47f37679f540295b41e7accc03b3e06 Mon Sep 17 00:00:00 2001 From: Francois Keith <keith@lirmm.fr> Date: Mon, 28 Jul 2014 13:28:47 +0200 Subject: [PATCH] Move the deprecated keyword before the declaration. --- include/dynamic-graph/python/interpreter.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dynamic-graph/python/interpreter.hh b/include/dynamic-graph/python/interpreter.hh index 5d2e4f3..2c49695 100644 --- a/include/dynamic-graph/python/interpreter.hh +++ b/include/dynamic-graph/python/interpreter.hh @@ -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 -- GitLab