diff --git a/src/core/Method.cpp b/src/core/Method.cpp
index 6d795e81ddad4a596aac62a2a84e7bed30bfaa29..4825421942de6b360dc156d7dd224845c0b24433 100644
--- a/src/core/Method.cpp
+++ b/src/core/Method.cpp
@@ -26,7 +26,7 @@ Method::Method( const std::string name, const bool debugMode ):
 Method::~Method( )
 { }
 
-bool MethodisUserDefined()
+bool isUserDefined()
 {
     return false; //TODO: check if XML has the method defined
 }