Fix compiling with "USEIDE" not defined / fix commit e31b5de7ea

This commit is contained in:
Martin 2021-11-12 22:01:29 +01:00 committed by Michael Van Canneyt
parent d69b7e791b
commit 47fe8ee013

View File

@ -9,8 +9,8 @@ uses
type
TMyApplication = class(TBrowserApplication)
Public
{$IFDEF USEIDE}
FDemo : TDesignDemo;
{$IFDEF USEIDE}
FIDEIntf : TIDEClient;
{$ENDIF}
procedure doRun; override;