Bug#45770: Error shows up if declared in same header file, too

Marc Klinger marc at nightlabs.de
Sat Jul 27 05:49:02 UTC 2002


The error also shows up if the classes to be nested are declared in the 
same header file like:

class Class1 {
public:
   void foo() {};
   class Class2; // forward declaration
};

class Class1::Class2 { // real declaration
public:
   void foo() {};
};


bye, Marc


(Complete bug history is available at http://bugs.kde.org/db/45/45770.html)




More information about the KDevelop-devel mailing list