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