]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed trailing comma
authorJulian Smart <julian@anthemion.co.uk>
Sat, 11 Nov 2006 10:25:24 +0000 (10:25 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 11 Nov 2006 10:25:24 +0000 (10:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/aui/framemanager.cpp

index 83458c0dcd1bb66df6ce86c0b44e708dc6d0832e..fd31a4242ee4e428ac89d60d8ec65d4700010427 100644 (file)
@@ -71,7 +71,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxAuiManagerEvent, wxEvent)
 // private manager flags (not yet on the public API)
 enum wxAuiPrivateManagerOption
 {
-    wxAUI_MGR_NO_DOCK_SIZE_LIMIT = 1 << 28,
+    wxAUI_MGR_NO_DOCK_SIZE_LIMIT = 1 << 28
 };