diff --git a/ChangeLog.txt b/ChangeLog.txt index c85151075a..f38464361c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,10 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2023-04-21 13:01 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * src/rtl/tbrowse.prg + ! disabled HB_CLS_NOTOBJECT in TBrowse class definition + 2023-04-21 11:45 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/harbour.hbx * src/harbour.def diff --git a/src/rtl/tbrowse.prg b/src/rtl/tbrowse.prg index 01534827f8..883127eb17 100644 --- a/src/rtl/tbrowse.prg +++ b/src/rtl/tbrowse.prg @@ -46,7 +46,7 @@ * */ -#define HB_CLS_NOTOBJECT +//#define HB_CLS_NOTOBJECT #include "hbclass.ch"