diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2013-04-03 00:37:19 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2013-04-03 00:37:19 +0100 |
commit | e0e06046ccff835ffd43f06337123d8970946f24 (patch) | |
tree | 3f1dd387702eef5701d893e33fc0d0a5a479fe7c | |
parent | eeb8104ccaf2c75d4c36011983334c771ed855c3 (diff) | |
download | fpGUI-e0e06046ccff835ffd43f06337123d8970946f24.tar.xz |
examples: updates project to fix compiler error.
-rw-r--r-- | examples/apps/docedit/frm_main.pas | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/apps/docedit/frm_main.pas b/examples/apps/docedit/frm_main.pas index f6404b79..884a2d5b 100644 --- a/examples/apps/docedit/frm_main.pas +++ b/examples/apps/docedit/frm_main.pas @@ -63,7 +63,9 @@ type implementation uses - fpg_dialogs, frm_options; + fpg_dialogs, + fpg_constants, + frm_options; const |