X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/071cc2be5cf90c4dd7bd372dea24317bba78a8c5..8429bec1e8e3fcb7d071bc3ef7c665c484b5fdc1:/samples/internat/internat.cpp diff --git a/samples/internat/internat.cpp b/samples/internat/internat.cpp index ddb70fe5a7..1a7d4a0e39 100644 --- a/samples/internat/internat.cpp +++ b/samples/internat/internat.cpp @@ -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__