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
This commit is contained in:
		@@ -138,7 +138,7 @@ bool MyApp::OnInit()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// frame constructor
 | 
					// frame constructor
 | 
				
			||||||
MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
 | 
					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
 | 
					    // set the frame icon
 | 
				
			||||||
    SetIcon(wxICON(mondrian));
 | 
					    SetIcon(wxICON(mondrian));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user