diff options
author | Charlie Root <root@venus.(none)> | 2012-02-29 22:42:24 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-07 22:44:09 +0200 |
commit | 3f26eff288e453f68e4e3c75cb843de5e0f57c97 (patch) | |
tree | 556a928be7f25ec6be9e86e541451ac2d62a6daf /docview/src | |
parent | 1224a6aed9e0ab3a9f0b326974803fd2f783fcf5 (diff) | |
download | fpGUI-3f26eff288e453f68e4e3c75cb843de5e0f57c97.tar.xz |
docview: unit had missing compiler mode information.
Diffstat (limited to 'docview/src')
-rw-r--r-- | docview/src/HelpBitmap.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docview/src/HelpBitmap.pas b/docview/src/HelpBitmap.pas index 5868f336..0931ce82 100644 --- a/docview/src/HelpBitmap.pas +++ b/docview/src/HelpBitmap.pas @@ -1,5 +1,7 @@ unit HelpBitmap; +{$mode objfpc}{$H+} + interface // Encapsulates a bitmap as stored in a IPF file. |