diff options
-rw-r--r-- | examples/apps/ide/src/filemonitor.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/apps/ide/src/filemonitor.pas b/examples/apps/ide/src/filemonitor.pas index 45c6f524..1c97185a 100644 --- a/examples/apps/ide/src/filemonitor.pas +++ b/examples/apps/ide/src/filemonitor.pas @@ -1,6 +1,6 @@ unit filemonitor; -{$mode objfpc} +{$mode objfpc}{$H+} interface |