From: Vadim Zeitlin Date: Fri, 11 Jan 2002 00:01:20 +0000 (+0000) Subject: no changes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fe0d7697ca6d9bd2f8d3dbb642ef7a0e3527be21 no changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/minimal/minimal.cpp b/samples/minimal/minimal.cpp index e5eb0633d1..d26710c9f7 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) - : wxFrame(NULL, -1, title, pos, size) + : MyFrame(NULL, -1, title, pos, size) { // set the frame icon SetIcon(wxICON(mondrian));