mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-05 04:40:21 +02:00
Fix compiling with "USEIDE" not defined / fix commit e31b5de7ea
This commit is contained in:
parent
d69b7e791b
commit
47fe8ee013
@ -9,8 +9,8 @@ uses
|
||||
type
|
||||
TMyApplication = class(TBrowserApplication)
|
||||
Public
|
||||
{$IFDEF USEIDE}
|
||||
FDemo : TDesignDemo;
|
||||
{$IFDEF USEIDE}
|
||||
FIDEIntf : TIDEClient;
|
||||
{$ENDIF}
|
||||
procedure doRun; override;
|
||||
|
Loading…
Reference in New Issue
Block a user