diff options
-rw-r--r-- | src/gui/fpg_combobox.pas | 2 | ||||
-rw-r--r-- | src/gui/fpg_tree.pas | 4 |
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; |