diff --git a/harbour/include/classes.ch b/harbour/include/classes.ch index bedaa86d1d..607aae6f5b 100644 --- a/harbour/include/classes.ch +++ b/harbour/include/classes.ch @@ -1,4 +1,4 @@ -/* +/* * $Id$ */ @@ -56,7 +56,7 @@ #xcommand METHOD ( [] ) VIRTUAL => ; oClass:AddVirtual( <(MethodName)> ) -#xcommand MESSAGE METHOD ( [] ) => ; +#xcommand MESSAGE [()] METHOD ( [] ) => ; oClass:AddMethod( <(MessageName)>, CLSMETH _CLASS_NAME_ () ) #xcommand ENDCLASS => oClass:Create() ;;