summaryrefslogtreecommitdiff
path: root/examples/apps/ide/src/filemonitor.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-12-05 11:20:30 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-12-05 15:20:43 +0200
commite90e04973a100a3f95235de60a2cb4443cfe1065 (patch)
tree3ca15a105d8b31f39c63b51781c90fb0788056b6 /examples/apps/ide/src/filemonitor.pas
parent6efbf9d98fb1cdb7c79594c0ab2c9c05a2f0d563 (diff)
downloadfpGUI-e90e04973a100a3f95235de60a2cb4443cfe1065.tar.xz
Adds compiler string type setting to unit.
Diffstat (limited to 'examples/apps/ide/src/filemonitor.pas')
-rw-r--r--examples/apps/ide/src/filemonitor.pas2
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