From: Vadim Zeitlin Date: Fri, 11 Jan 2002 15:05:37 +0000 (+0000) Subject: reverted stupid compilation breaking typo checked in previously X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cc422788b84c4dcb21af547197d5bfca25a25d3e reverted stupid compilation breaking typo checked in previously git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/minimal/minimal.cpp b/samples/minimal/minimal.cpp index d26710c9f7..e5eb0633d1 100644 --- a/samples/minimal/minimal.cpp +++ b/samples/minimal/minimal.cpp @@ -138,7 +138,7 @@ bool MyApp::OnInit() // frame constructor MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) - : MyFrame(NULL, -1, title, pos, size) + : wxFrame(NULL, -1, title, pos, size) { // set the frame icon SetIcon(wxICON(mondrian));