]> git.saurik.com Git - wxWidgets.git/commitdiff
removing trailing comma
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 22 Aug 2011 15:11:37 +0000 (15:11 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 22 Aug 2011 15:11:37 +0000 (15:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/graphics.h

index 0d472b5bca736e82482c96621fc33c2b1ef75410..6e7cf27fe3d2c1c3395984344855f97106d01ea7 100644 (file)
@@ -24,7 +24,7 @@
 enum wxAntialiasMode
 {
     wxANTIALIAS_NONE, // should be 0
 enum wxAntialiasMode
 {
     wxANTIALIAS_NONE, // should be 0
-    wxANTIALIAS_DEFAULT,
+    wxANTIALIAS_DEFAULT
 };
 
 enum wxInterpolationQuality
 };
 
 enum wxInterpolationQuality