diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2013-04-03 00:37:19 +0100 |
---|---|---|
committer | David Laurence Emerson <dle3ab@angelbase.com> | 2013-05-28 00:42:50 -0700 |
commit | 4d7ae30564ea9995d9898aa35fd0d88fc57e4036 (patch) | |
tree | 70ccd43f55be91e803c67739e152764a570cc2fb | |
parent | afc1d0b94e8d0674689279cde451b841d96d16d2 (diff) | |
download | fpGUI-4d7ae30564ea9995d9898aa35fd0d88fc57e4036.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 |