diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index 5405115fb6..c5fe497c2e 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2012-11-30 15:36 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/xhb/xhbcls.ch + ! fixed recent casing typo in 2012-10-03 19:06 UTC+0200 + 2012-11-30 15:14 UTC+0100 Viktor Szakats (harbour syenar.net) * include/Makefile - include/hbtest.ch diff --git a/harbour/contrib/xhb/xhbcls.ch b/harbour/contrib/xhb/xhbcls.ch index 98a0259051..662a703857 100644 --- a/harbour/contrib/xhb/xhbcls.ch +++ b/harbour/contrib/xhb/xhbcls.ch @@ -102,7 +102,7 @@ [SCOPE ] [] ; [] => ; __clsAddMsg( ():classH, #, ; - {| Self | HB_SYMBOL_UNUsed( Self ), }, ; + {| Self | HB_SYMBOL_UNUSED( Self ), }, ; HB_OO_MSG_INLINE, NIL, ; __xhb_cls_scope( , <.persist.> ) ) @@ -112,7 +112,7 @@ [SCOPE ] [] ; [] => ; __clsAddMsg( ():classH, #, ; - {| Self, | HB_SYMBOL_UNUsed( Self ), }, ; + {| Self, | HB_SYMBOL_UNUSED( Self ), }, ; HB_OO_MSG_INLINE, NIL, ; __xhb_cls_scope( , <.persist.> ) )