From 9724d5264ae994da815ccae16ec1c840626b5435 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 15 Dec 1999 12:52:59 +0000 Subject: [PATCH] *** empty log message *** --- harbour/tests/testcls.prg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/tests/testcls.prg b/harbour/tests/testcls.prg index a8a6be8e35..e4a36a5fe8 100644 --- a/harbour/tests/testcls.prg +++ b/harbour/tests/testcls.prg @@ -6,8 +6,8 @@ function Main() local o := Test() - o:Another( "Hello" ) // Any message is not defined for Class Test, but - // it will invoke ON ERROR Any() method + o:Another( "Hello" ) // "Another" message is not defined for Class Test, but + // it will invoke ON ERROR MyErrorManager() method o:Another = 5 // Notice how __GetMessage() shows a underscored message // as we are setting a DATA value.