]> git.saurik.com Git - wxWidgets.git/commitdiff
reverted stupid compilation breaking typo checked in previously
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 11 Jan 2002 15:05:37 +0000 (15:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 11 Jan 2002 15:05:37 +0000 (15:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/minimal/minimal.cpp

index d26710c9f7ffaf12e12dae38800664e07b02047b..e5eb0633d15f529001e64ff56c4614b1671f6553 100644 (file)
@@ -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));