0026033: Coding rules - get rid from _Handle classes
[occt.git] / src / Graphic3d / Graphic3d_Camera.hxx
index f734617..92e9000 100644 (file)
@@ -30,7 +30,8 @@
 
 #include <Bnd_Box.hxx>
 
-DEFINE_STANDARD_HANDLE (Graphic3d_Camera, Standard_Transient)
+//! Forward declaration
+class Handle(Graphic3d_Camera);
 
 //! Camera class provides object-oriented approach to setting up projection
 //! and orientation properties of 3D view.
@@ -622,4 +623,6 @@ public:
 
 };
 
+DEFINE_STANDARD_HANDLE (Graphic3d_Camera, Standard_Transient)
+
 #endif