Skip to content
Snippets Groups Projects
Commit ba9b9ed4 authored by Podhorszki, Norbert's avatar Podhorszki, Norbert
Browse files

fix the same function name again

parent d4ce2e75
No related branches found
No related tags found
1 merge request!8Integrate groupless
...@@ -26,7 +26,7 @@ Method::Method( const std::string name, const bool debugMode ): ...@@ -26,7 +26,7 @@ Method::Method( const std::string name, const bool debugMode ):
Method::~Method( ) Method::~Method( )
{ } { }
bool isUserDefined() bool Method::isUserDefined()
{ {
return false; //TODO: check if XML has the method defined return false; //TODO: check if XML has the method defined
} }
......
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