[Uml-devel] kdesdk/umbrello/umbrello
Carsten Pfeiffer
carpdjih at mailbox.tu-berlin.de
Wed Mar 5 14:31:10 UTC 2003
CVS commit by pfeiffer:
and here too
M +1 -1 umldoc.cpp 1.20
M +5 -2 umldoc.h 1.11
--- kdesdk/umbrello/umbrello/umldoc.h #1.10:1.11
@@ -44,5 +44,8 @@ class UMLInterface;
class UMLAssociation;
class UMLApp;
-class type_info;
+
+namespace std {
+ class type_info;
+}
using namespace Uml;
@@ -172,5 +175,5 @@ public:
*/
UMLObject* createUMLObject(UMLObject_Type type);
- UMLObject* createUMLObject(const type_info &type);
+ UMLObject* createUMLObject(const std::type_info &type);
/**
--- kdesdk/umbrello/umbrello/umldoc.cpp #1.19:1.20
@@ -458,5 +458,5 @@ QString UMLDoc::uniqObjectName(const UML
}
////////////////////////////////////////////////////////////////////////////////////////////////////
-UMLObject* UMLDoc::createUMLObject(const type_info &type)
+UMLObject* UMLDoc::createUMLObject(const std::type_info &type)
{
//adapter.. just transform and forward request
More information about the umbrello-devel
mailing list