]> Creatis software - bbtk.git/blobdiff - samples/SampleInsertWxBlackBoxInOwnFrame/bbtkSampleInsertWxBlackBoxInOwnFrame.cxx
*** empty log message ***
[bbtk.git] / samples / SampleInsertWxBlackBoxInOwnFrame / bbtkSampleInsertWxBlackBoxInOwnFrame.cxx
index 9efe1bd7cc79f1c0fb58ff26a57945e9aba52f07..17482f1b90b8129005834b83768671bf99a079f3 100644 (file)
@@ -1,6 +1,6 @@
 #include <bbwxSlider.h>
 #include <bbwxLayoutLine.h>
-
+#include <creaWx.h>
 //=========================================================================
 // Illustrates how to insert a WxBlackBox into his own wxFrame
 //=========================================================================
@@ -90,5 +90,5 @@ bool App::OnInit( )
 
 //=========================================================================
 IMPLEMENT_APP(App);
+CREA_WXMAIN_WITH_CONSOLE;
 //=========================================================================
-