From bc53e200bffaa30dd654abb7ea32839ccf77030a Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 27 Aug 2013 10:29:13 +0100 Subject: Replaced the FPC dbugintf unit with the customised fpGUI one. --- src/corelib/fpg_base.pas | 2 +- src/corelib/fpg_main.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib') 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, -- cgit v1.2.3-70-g09d2