]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/checklst/checklst.cpp
don't allow switches (i.e. options without value) to have values (closes 781373)
[wxWidgets.git] / samples / checklst / checklst.cpp
index bbf3d8b96ef76c605fb8dc0a5144b30102dd7dec..df4805523645a316837ca08521aa4780cca130df 100644 (file)
@@ -146,7 +146,7 @@ BEGIN_EVENT_TABLE(CheckListBoxFrame, wxFrame)
     EVT_BUTTON(Btn_Down, CheckListBoxFrame::OnButtonDown)
 END_EVENT_TABLE()
 
-IMPLEMENT_APP(CheckListBoxApp);
+IMPLEMENT_APP(CheckListBoxApp)
 
 // init our app: create windows
 bool CheckListBoxApp::OnInit(void)