diff --git a/harbour/include/hbclass.ch b/harbour/include/hbclass.ch index ea56968fa1..09925b0f9e 100644 --- a/harbour/include/hbclass.ch +++ b/harbour/include/hbclass.ch @@ -118,8 +118,10 @@ endif ;; return oClass:Instance() +#xcommand END CLASS => ENDCLASS + #xcommand METHOD ( [] ) CLASS => ; static function _( [] ) ;; local Self := QSelf() -#endif /* HB_CLASS_CH_ */ +#endif /* HB_CLASS_CH_ */ \ No newline at end of file