X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=samples%2FSampleInsertWxBlackBoxInOwnFrame%2FbbtkSampleInsertWxBlackBoxInOwnFrame.cxx;h=17482f1b90b8129005834b83768671bf99a079f3;hb=ec331bfd72e99a47d47c915143a355df274a882b;hp=9efe1bd7cc79f1c0fb58ff26a57945e9aba52f07;hpb=00d7d3333299da2569a1d87fd1bd5f96d09ca1d6;p=bbtk.git diff --git a/samples/SampleInsertWxBlackBoxInOwnFrame/bbtkSampleInsertWxBlackBoxInOwnFrame.cxx b/samples/SampleInsertWxBlackBoxInOwnFrame/bbtkSampleInsertWxBlackBoxInOwnFrame.cxx index 9efe1bd..17482f1 100644 --- a/samples/SampleInsertWxBlackBoxInOwnFrame/bbtkSampleInsertWxBlackBoxInOwnFrame.cxx +++ b/samples/SampleInsertWxBlackBoxInOwnFrame/bbtkSampleInsertWxBlackBoxInOwnFrame.cxx @@ -1,6 +1,6 @@ #include #include - +#include //========================================================================= // Illustrates how to insert a WxBlackBox into his own wxFrame //========================================================================= @@ -90,5 +90,5 @@ bool App::OnInit( ) //========================================================================= IMPLEMENT_APP(App); +CREA_WXMAIN_WITH_CONSOLE; //========================================================================= -