Skip to content
Snippets Groups Projects
Commit 7dbcbb71 authored by Wang, Ruonan's avatar Wang, Ruonan
Browse files

minor fix for Method::isUserDefined()

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 ):
Method::~Method( )
{ }
bool isUserDefined()
bool Method::isUserDefined()
{
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