[PATCHLET] kdockwidget --enable-final fix

Luciano Montanaro mikelima at virgilio.it
Fri May 30 23:44:41 BST 2003


kdockwidget_p.h does not have include guards.
Here is the trivial patch.


? kdockwidget.patch
Index: kdockwidget_p.h
===================================================================
RCS file: /home/kde/kdelibs/kdeui/kdockwidget_p.h,v
retrieving revision 1.5
diff -p -u -r1.5 kdockwidget_p.h
--- kdockwidget_p.h	30 May 2003 09:11:47 -0000	1.5
+++ kdockwidget_p.h	30 May 2003 22:43:28 -0000
@@ -33,6 +33,8 @@ COMPATIBLE. THIS HEADER IS ONLY INSTALLE
 ************************************************************************
 ***********************************************************************/
 
+#ifndef KDOCKWIDGET_P_H
+#define KDOCKWIDGET_P_H
 
 
 // Add some describing comment !!
@@ -75,3 +77,4 @@ private:
   int m_nonOverlapSize;
 };
 
+#endif




More information about the kde-core-devel mailing list