]> Creatis software - bbtkGEditor.git/blobdiff - appli/bbEditor/bbEditor.cxx
It works !! Basic D&D and creation of VTK rectangle... Good work
[bbtkGEditor.git] / appli / bbEditor / bbEditor.cxx
index 57bd80ccec7262fe984642c282e5d80e61a300b5..3629d9bfae64d93ffc64dd6aed0894b9d0474a07 100644 (file)
@@ -5,17 +5,17 @@
 //==========================================================================
 
 #include "bbtkwxGUIEditorGraphicBBS.h"
-
 #include <wx/cmdline.h> 
 #include <wx/app.h>
  
-
 class wxBBEditorApp : public wxApp
 {
 public:
   bool OnInit( ); 
   int  OnExit() { return true; }
+
 };
   
 IMPLEMENT_APP(wxBBEditorApp);