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

fix function name in Method.cpp

parent b5967398
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 MethodisUserDefined() bool 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