X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FbbEditor%2FbbEditor.cxx;h=efd01236d554b0d38a8b086e62f5bc19479c45b4;hb=8b91a33c94a764997137720ed7b3ac283f5e0c4d;hp=f150f263f0791f99372a84fe021da12866f6ef18;hpb=dd81df5d0a29d435fd2f0a832b3666b6a416cb19;p=bbtkGEditor.git diff --git a/appli/bbEditor/bbEditor.cxx b/appli/bbEditor/bbEditor.cxx index f150f26..efd0123 100644 --- a/appli/bbEditor/bbEditor.cxx +++ b/appli/bbEditor/bbEditor.cxx @@ -15,7 +15,6 @@ class wxBBEditorApp : public wxApp public: bool OnInit( ); int OnExit() { return true; } - }; IMPLEMENT_APP(wxBBEditorApp);