]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloopsrc.h
Remove wrong const from wxMenu::GetMenuItems() documentation.
[wxWidgets.git] / include / wx / evtloopsrc.h
index f5c4266ae5f4553740747964f0bc463f469acf4d..dd54b9e4a37ecd604178ea3838c2e5ad9b3ffb94 100644 (file)
@@ -49,7 +49,7 @@ enum
     wxEVENT_SOURCE_EXCEPTION = 0x04,
     wxEVENT_SOURCE_ALL = wxEVENT_SOURCE_INPUT |
                          wxEVENT_SOURCE_OUTPUT |
-                         wxEVENT_SOURCE_EXCEPTION,
+                         wxEVENT_SOURCE_EXCEPTION
 };
 
 // wxEventLoopSource itself is an ABC and can't be created directly, currently