Compile fix for gideon
Frederik Nosi
fredi at e-salute.it
Mon Jul 14 18:55:05 UTC 2003
Hi,
I need this trivial patch for compiling gideon
--- makeactionfilter.old.cpp 2003-07-14 18:47:24.000000000 +0000
+++ makeactionfilter.cpp 2003-07-14 18:50:17.000000000 +0000
@@ -18,7 +18,6 @@
#include <klocale.h>
#include <kdebug.h>
-#define DEBUG
MakeActionFilter::ActionFormat::ActionFormat( const QString& _action, const QString& _tool, const char * regExp, int file )
: action( _action )
@@ -31,7 +30,6 @@
MakeActionFilter::MakeActionFilter( OutputFilter& next )
: OutputFilter( next )
{
-//#define DEBUG
#ifdef DEBUG
test();
Bye,
Fredi
More information about the KDevelop-devel
mailing list