]> Creatis software - bbtkGEditor.git/blobdiff - appli/bbEditor/bbEditor.cxx
First classes usign VTK objects . connection
[bbtkGEditor.git] / appli / bbEditor / bbEditor.cxx
index c135924ee6b14052b3fb89fa773aca60a240ba43..57bd80ccec7262fe984642c282e5d80e61a300b5 100644 (file)
@@ -8,20 +8,19 @@
 
 #include <wx/cmdline.h> 
 #include <wx/app.h>
-
 
 class wxBBEditorApp : public wxApp
 {
 public:
-  bool OnInit( );
+  bool OnInit( ); 
   int  OnExit() { return true; }
-
 };
-
+  
 IMPLEMENT_APP(wxBBEditorApp);
-
-
-
 
 // ----------------------------------------------------------------------------
 // The `main program' equivalent, creating the windows and returning the