compile fix

Frederik Nosi fredi at e-salute.it
Mon Apr 7 16:42:05 UTC 2003


Hi to all!
From some time on, I'm using the CVS version of kdevelop/gideon and I have to 
say that is really one of the best IDE's that I've used.
Now, I've attached a trivial fix, one for each file, for fixing the 
compilation.
Please CC me as I'm not subscribet to the list, thanks.
Hope that this is useful,
Fredi


--- autolistviewitems.old.h	2003-04-07 16:18:50.000000000 +0200
+++ autolistviewitems.h	2003-04-07 16:19:46.000000000 +0200
@@ -12,6 +12,8 @@
 *                                                                         *
 ***************************************************************************/
 
+#ifndef AUTOLISTVIEWITEMS_H
+# define AUTOLISTVIEWITEMS_H
 
 #include <qptrlist.h>
 
@@ -126,3 +128,6 @@
 	QString uiFileLink;
 };
 
+
+#endif
+






More information about the KDevelop-devel mailing list