]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.cxx
index e939b3287665a2c07aef567a34894409f93b5578..4cc563cef3efb88da608d0c39fa8a3185632ee30 100644 (file)
@@ -36,8 +36,7 @@ Version:   $Revision$
 #include "bbtkwxGUIEditorGraphicBBS.h"
 #include "creaWx.h"
 
-#include <bbtkInterpreter.h>
-#include <ExecuterBBSG.h>
+#include <InterpreterBBS.h>
 
 
 
@@ -417,8 +416,8 @@ printf("EED wxGUIEditorGraphicBBS::OnOpenBBS  file=%s\n", (const char*) (fileNam
                        _tabsMgr->addNewTab();
 
                        
-                       bbtk::EExecuterBBSG::Pointer exe = bbtk::EExecuterBBSG::New( this->_tabsMgr->getActualTabPanel()->getSceneManager() , _pkgBrowser->GetFactory() );
-                       bbtk::Interpreter::Pointer I = bbtk::Interpreter::New( boost::static_pointer_cast<VirtualExec>(exe) );                  
+//                     bbtk::EExecuterBBSG::Pointer exe = bbtk::EExecuterBBSG::New( this->_tabsMgr->getActualTabPanel()->getSceneManager() , _pkgBrowser->GetFactory() );
+                       bbtk::InterpreterBBS::Pointer I = bbtk::InterpreterBBS::New( this->_tabsMgr->getActualTabPanel()->getSceneManager() , _pkgBrowser->GetFactory());                       
                        
                        // We tell the interpreter to throw exceptions on error
                        I->SetThrow(true);