Salome HOME
0023450: Fields are not displayed in GEOM
[modules/geom.git] / src / GEOM / GEOM_PythonDump.hxx
index 633fd44d049274885b1937b0eca2be8947400243..a189af2e18cff82818d94ba469e1900ee76bb4d5 100644 (file)
@@ -48,10 +48,8 @@ namespace GEOM
 
     //operator TCollection_AsciiString () const;
 
-#if OCC_VERSION_MAJOR >= 7
     template <class T>
     Standard_EXPORT TPythonDump& operator<< (const Handle(T)& theObject) { return *this << theObject.get(); }
-#endif
     Standard_EXPORT TPythonDump& operator<< (bool theArg);
     Standard_EXPORT TPythonDump& operator<< (long int theArg);
     Standard_EXPORT TPythonDump& operator<< (int theArg);