]> git.saurik.com Git - wxWidgets.git/commitdiff
no changes
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 11 Jan 2002 00:01:20 +0000 (00:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 11 Jan 2002 00:01:20 +0000 (00:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/minimal/minimal.cpp

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