diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-01 12:17:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-01 12:17:28 +0900 |
commit | 2d5d779de976726a1ae3d310a2a04ff0ce2cebac (patch) | |
tree | 72e6a015ce8bcbe71a1944587826a3908f967bfc /tdecore/kdebug.h | |
parent | f49c5b075629ef866c17b6fa0712ebe288410a85 (diff) | |
download | tdelibs-2d5d779de976726a1ae3d310a2a04ff0ce2cebac.tar.gz tdelibs-2d5d779de976726a1ae3d310a2a04ff0ce2cebac.zip |
Fixed tdebase FTBFS caused by commit 427ebd3 when compiling with NDEBUG.
Commit 427ebd3 remove the definition of NDEBUG if kdebug.h is included in the
compilation process. If such file is incluced in a .cpp file and not in the
corresponding .h file, FTBFS happens due to different class interface between the
class declaration and class definition.
Diffstat (limited to 'tdecore/kdebug.h')
-rw-r--r-- | tdecore/kdebug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tdecore/kdebug.h b/tdecore/kdebug.h index 43d1a78dc..46af54e97 100644 --- a/tdecore/kdebug.h +++ b/tdecore/kdebug.h @@ -25,8 +25,6 @@ #include <tqstring.h> #include "tdelibs_export.h" -#undef NDEBUG - class TQWidget; class TQDateTime; class TQDate; |