]> Creatis software - bbtkGEditor.git/blobdiff - appli/bbEditor/bbEditor.cxx
New wx and kernel classes
[bbtkGEditor.git] / appli / bbEditor / bbEditor.cxx
index c135924ee6b14052b3fb89fa773aca60a240ba43..4bdc42383d3ae83c56dd1ca70b9d2bd6fa319cfd 100644 (file)
 class wxBBEditorApp : public wxApp
 {
 public:
-  bool OnInit( );
+  bool OnInit( ); 
   int  OnExit() { return true; }
-
 };
-
+  
 IMPLEMENT_APP(wxBBEditorApp);
-
-
 
 
 // ----------------------------------------------------------------------------