[Uml-devel] kdesdk/umbrello/umbrello/diagram

Carsten Pfeiffer carpdjih at mailbox.tu-berlin.de
Wed Mar 5 14:18:10 UTC 2003


CVS commit by pfeiffer: 

fix compilation


  M +1 -0      diagram.cpp   1.2
  M +2 -2      diagram.h   1.2


--- kdesdk/umbrello/umbrello/diagram/diagram.cpp  #1.1:1.2
@@ -38,4 +38,5 @@ typedef UMLConcept UMLClass;
 using std::map;
 using std::find;
+using std::type_info;
 
 

--- kdesdk/umbrello/umbrello/diagram/diagram.h  #1.1:1.2
@@ -60,5 +60,5 @@ public:
         inline QBrush brush() const;
         
-        bool acceptType( const type_info& );
+        bool acceptType( const std::type_info& );
 
 public slots:
@@ -82,5 +82,5 @@ protected:
         QBrush m_brush;
         
-        static std::map<DiagramType,std::list<const type_info*> > allowedTypes;
+        static std::map<DiagramType,std::list<const std::type_info*> > allowedTypes;
 
 private:






More information about the umbrello-devel mailing list