]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.cxx
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / InterpreterBBS.cxx
index c120cf69a46fb576993693b1ff821a61aedc4c33..a8b5302e516667457bccac547d3719af10d68fb8 100644 (file)
@@ -57,7 +57,6 @@ namespace bbtk
        //=========================================================================
 
        InterpreterBBS::InterpreterBBS( wxVtkSceneManager* sceneManager, Factory::Pointer factory )
-       : Interpreter("")
        {               
                _factory                = factory;
                _sceneManager   = sceneManager;
@@ -66,6 +65,8 @@ namespace bbtk
                _yGeneral               = 10;
                _zGeneral               = 900;   //  ?????
                
+               bbtk::InterpreterVirtual::Init();
+               
        }
 
        //=========================================================================