Browse Source

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

Martin 3 years ago
parent
commit
47fe8ee013
1 changed files with 1 additions and 1 deletions
  1. 1 1
      demo/webwidget/designdemo/designdemo.lpr

+ 1 - 1
demo/webwidget/designdemo/designdemo.lpr

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