]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/keyboard/keyboard.cpp
Compilation fix for AIX: fix the name of wxGetservBuf ctor.
[wxWidgets.git] / samples / keyboard / keyboard.cpp
index cdde7c350c50a91212eb35ae17e84b4c20ed7b2b..25907b5a4c4b9f16f7b0bce7953c5af4a0dbbce2 100644 (file)
@@ -132,7 +132,7 @@ MyFrame::MyFrame(const wxString& title)
     SetMenuBar(menuBar);
 
     m_inputWin = new wxWindow(this, wxID_ANY, wxDefaultPosition, wxSize(-1, 50),
-                              wxRAISED_BORDER),
+                              wxRAISED_BORDER);
     m_inputWin->SetBackgroundColour(*wxBLUE);
 
     wxTextCtrl *headerText = new wxTextCtrl(this, wxID_ANY, "",