X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FbbEditor%2FbbEditor.cxx;h=efd01236d554b0d38a8b086e62f5bc19479c45b4;hb=1798b65294ad187db7e220fd626222961267c09b;hp=f150f263f0791f99372a84fe021da12866f6ef18;hpb=dbd1c9afcafc2880fdfb16f4ad850379d8ca9004;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);