summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2013-08-27 10:29:13 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2013-08-27 10:29:13 +0100
commitbc53e200bffaa30dd654abb7ea32839ccf77030a (patch)
tree392d73096e9a9f69b17abe8b1d7a1f3fe46bae5b /src/corelib
parent9b2bebb4800755331f2d2c87cf7472d104d4f28b (diff)
downloadfpGUI-bc53e200bffaa30dd654abb7ea32839ccf77030a.tar.xz
Replaced the FPC dbugintf unit with the customised fpGUI one.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/fpg_base.pas2
-rw-r--r--src/corelib/fpg_main.pas2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/fpg_base.pas b/src/corelib/fpg_base.pas
index 11f3a78c..18333335 100644
--- a/src/corelib/fpg_base.pas
+++ b/src/corelib/fpg_base.pas
@@ -793,7 +793,7 @@ uses
typinfo,
process,
{$IFDEF GDEBUG}
- dbugintf,
+ fpg_dbugintf,
{$ENDIF}
dateutils;
diff --git a/src/corelib/fpg_main.pas b/src/corelib/fpg_main.pas
index c037617c..545b899e 100644
--- a/src/corelib/fpg_main.pas
+++ b/src/corelib/fpg_main.pas
@@ -462,7 +462,7 @@ uses
Agg2D,
{$endif}
{$IFDEF DEBUG}
- dbugintf,
+ fpg_dbugintf,
{$ENDIF}
fpg_imgfmt_bmp,
fpg_stdimages,