[Uml-devel] kdesdk/umbrello/umbrello/classparser
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Apr 16 00:55:03 UTC 2004
CVS commit by okellogg:
Fix typo.
M +1 -1 cpptree2uml.h 1.3
--- kdesdk/umbrello/umbrello/classparser/cpptree2uml.h #1.2:1.3
@@ -84,5 +84,5 @@ private:
UMLClass* m_currentClass[32]; ///< stack
int m_nsCnt; ///< stack top for m_currentNamespace
- int m_clsCnt; ///< stack top for m_clsCnt
+ int m_clsCnt; ///< stack top for m_currentClass
private:
CppTree2Uml( const CppTree2Uml& source );
More information about the umbrello-devel
mailing list