Salome HOME
Merge V8_4_BR branch.
[modules/geom.git] / src / GEOM / GEOM_BaseObject.hxx
index 2d0b536c75a4bf056824307d131750415703d861..464e0f6a01e359298738da68b0868caa9aaff021 100644 (file)
 #include <TCollection_AsciiString.hxx>
 #include <TDF_Label.hxx>
 #include <TDataStd_TreeNode.hxx>
+#include <TFunction_Driver.hxx>
 
 #include <vector>
 
 class GEOM_BaseObject;
-class Handle(TFunction_Driver);
 class GEOM_Engine;
 
 DEFINE_STANDARD_HANDLE( GEOM_BaseObject, Standard_Transient );
@@ -166,7 +166,7 @@ public:
   int                       _docID;
 
 public:
-  DEFINE_STANDARD_RTTI( GEOM_BaseObject );
+  DEFINE_STANDARD_RTTIEXT(GEOM_BaseObject,Standard_Transient)
 };
 
 #endif