diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-12-05 11:20:30 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-12-05 15:20:43 +0200 |
commit | e90e04973a100a3f95235de60a2cb4443cfe1065 (patch) | |
tree | 3ca15a105d8b31f39c63b51781c90fb0788056b6 /examples | |
parent | 6efbf9d98fb1cdb7c79594c0ab2c9c05a2f0d563 (diff) | |
download | fpGUI-e90e04973a100a3f95235de60a2cb4443cfe1065.tar.xz |
Adds compiler string type setting to unit.
Diffstat (limited to 'examples')
-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 |