From 0477f626489a43b70df7576a539d774733857a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Fri, 21 Apr 2023 13:01:02 +0200 Subject: [PATCH] 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 --- ChangeLog.txt | 4 ++++ src/rtl/tbrowse.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"