summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/fpg_combobox.pas2
-rw-r--r--src/gui/fpg_tree.pas4
2 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/fpg_combobox.pas b/src/gui/fpg_combobox.pas
index 8c10f195..9825ae55 100644
--- a/src/gui/fpg_combobox.pas
+++ b/src/gui/fpg_combobox.pas
@@ -189,7 +189,9 @@ implementation
uses
fpg_listbox,
+ {$IFDEF DEBUG}
dbugintf,
+ {$ENDIF}
math;
diff --git a/src/gui/fpg_tree.pas b/src/gui/fpg_tree.pas
index 8935ec36..1454b2a7 100644
--- a/src/gui/fpg_tree.pas
+++ b/src/gui/fpg_tree.pas
@@ -273,10 +273,10 @@ type
implementation
-{.$IFDEF DEBUG}
+{$IFDEF DEBUG}
uses
dbugintf;
-{.$ENDIF}
+{$ENDIF}
type
PColumnLeft = ^integer;