From e0d799d0591db4003d3f811fe36ae7f76b8f91b0 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 5 Sep 2001 10:13:53 +0000 Subject: [PATCH] TPersistent changed for HBPersistent --- harbour/contrib/hgf/win32/tform.prg | 2 +- harbour/contrib/hgf/win32/tmenu.prg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/contrib/hgf/win32/tform.prg b/harbour/contrib/hgf/win32/tform.prg index 939de16eae..446d248088 100644 --- a/harbour/contrib/hgf/win32/tform.prg +++ b/harbour/contrib/hgf/win32/tform.prg @@ -62,7 +62,7 @@ static aForms := {} -CLASS TForm FROM TPersistent +CLASS TForm FROM HBPersistent DATA hWnd DATA oMainMenu diff --git a/harbour/contrib/hgf/win32/tmenu.prg b/harbour/contrib/hgf/win32/tmenu.prg index a6efd0a37f..13b5f16f6e 100644 --- a/harbour/contrib/hgf/win32/tmenu.prg +++ b/harbour/contrib/hgf/win32/tmenu.prg @@ -53,7 +53,7 @@ #include "hbclass.ch" -CLASS TMenu FROM TPersistent +CLASS TMenu FROM HBPersistent DATA nHandle DATA Items PROPERTY