Summary: | class view problem with nested classes | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Marc Klinger <marc> |
Component: | kdevelop 2.x (obsolete) | Assignee: | KDevelop-Devel List <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marc Klinger
2002-07-25 23:26:56 UTC
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 Looks like this has been fixed in CVS. |