CVS commit by harald: compile fix for gcc 2.95.x M +2 -0 cppnewclassdlg.h 1.6 --- kdevelop/parts/cppsupport/cppnewclassdlg.h #1.5:1.6 @@ -80,4 +80,6 @@ private: CppNewClassDialog& dlg; }; + // workaround to make gcc 2.95.x happy + friend class CppNewClassDialog::ClassGenerator; };