]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/internat.cpp
New configure
[wxWidgets.git] / samples / internat / internat.cpp
index ddb70fe5a7a80da7cf667ba20b88f1df7709f662..1a7d4a0e39df6ba865756e29028a30df931809b9 100644 (file)
@@ -95,7 +95,7 @@ bool MyApp::OnInit(void)
   m_locale.AddCatalog("fileutils");  // 3) and another just for testing
   
   // Create the main frame window
-  MyFrame *frame = new MyFrame(NULL, _("Minimal wxWindows App"), 50, 50, 150, 40);
+  MyFrame *frame = new MyFrame((wxFrame *) NULL, _("Minimal wxWindows App"), 50, 50, 150, 40);
 
   // Give it an icon
 #ifdef __WXMSW__