]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Object.cxx
More on graph editor
[cpPlugins.git] / lib / cpPlugins / Interface / Object.cxx
index 474e031f04565b552b84f2c86d1d32312d4d88e8..369b20f7cf79a04bc754d37556334b2b6dce1062 100644 (file)
@@ -3,7 +3,10 @@
 // -------------------------------------------------------------------------
 cpPlugins::Interface::Object::
 Object( )
-  : Superclass( )
+  : Superclass( ),
+    m_Name( "" ),
+    m_ViewX( float( 0 ) ),
+    m_ViewY( float( 0 ) )
 {
 }