]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed extraneous semicolons and commas (partly fixes #10456).
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 1 Feb 2009 04:48:19 +0000 (04:48 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 1 Feb 2009 04:48:19 +0000 (04:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/propdlg.h
include/wx/propgrid/propgridiface.h
src/common/statbar.cpp
src/common/xtistrm.cpp
src/msw/tglbtn.cpp

index 4d5206f051b15d2e2acf17238847af94af0c312b..b196ea34dcd4fededa526ef125aac796de3115b0 100644 (file)
@@ -74,7 +74,7 @@ enum wxPropertySheetDialogFlags
     wxPROPSHEET_TREEBOOK = 0x0040,
 
     // Shrink dialog to fit current page
-    wxPROPSHEET_SHRINKTOFIT = 0x0100,
+    wxPROPSHEET_SHRINKTOFIT = 0x0100
 };
 
 class WXDLLIMPEXP_ADV wxPropertySheetDialog : public wxDialog
index c83dc78c9ec00134b4d5c2cc99d470165a81b6a8..ca8a678be9aadc470119f60827d8fed81689afa3 100644 (file)
@@ -95,7 +95,7 @@ private:
         IsWxString      = 0x01,
         IsCharPtr       = 0x02,
         IsWCharPtr      = 0x04,
-        OwnsWxString    = 0x10,
+        OwnsWxString    = 0x10
     };
 
     union
index d9a9d24544710c3cbc3e03945459dfa7cca99db8..9ceccf1277437fcda3a59bd5467cdb2905093174 100644 (file)
@@ -42,7 +42,7 @@ const char wxStatusBarNameStr[] = "statusBar";
 IMPLEMENT_DYNAMIC_CLASS(wxStatusBar, wxWindow)
 
 #include "wx/arrimpl.cpp" // This is a magic incantation which must be done!
-WX_DEFINE_OBJARRAY(wxStatusBarPaneArray);
+WX_DEFINE_OBJARRAY(wxStatusBarPaneArray)
 
 
 // ----------------------------------------------------------------------------
index 2a73a29f77b69c502437a73744e84183199929ac..e4f3b7d8a4fa736628e3dee67f4015033c5a05f8 100644 (file)
@@ -842,6 +842,6 @@ void wxCodeDepersister::SetConnect(int eventSourceObjectID,
 
 #include "wx/arrimpl.cpp"
 
-WX_DEFINE_OBJARRAY(wxxVariantArray);
+WX_DEFINE_OBJARRAY(wxxVariantArray)
 
 #endif // wxUSE_EXTENDED_RTTI
index dfe73630ee7bea586da7384c81d013c3ce2b05de..7fa72892c7d3177093c93bc61ddff5f45ece5595 100644 (file)
@@ -65,7 +65,7 @@ BEGIN_EVENT_TABLE(wxBitmapToggleButton,wxToggleButtonBase)
    EVT_MOUSE_EVENTS(wxBitmapToggleButton::OnMouse)
    EVT_CHAR(wxBitmapToggleButton::OnChar)
    EVT_SIZE(wxBitmapToggleButton::OnSize)
-END_EVENT_TABLE();
+END_EVENT_TABLE()
 
 void wxBitmapToggleButton::Init()
 {