]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/graphics.h
Initial work on virtual file system support for the WebKitGTK+ backend. It now suppor...
[wxWidgets.git] / include / wx / graphics.h
index 2581044d670372bb78ee8971e6aaa99f1dad8258..0d472b5bca736e82482c96621fc33c2b1ef75410 100644 (file)
@@ -65,7 +65,7 @@ enum wxCompositionMode
     wxCOMPOSITION_XOR, /* R = S*(1 - Da) + D*(1 - Sa) */
 
     // mathematical compositions
-    wxCOMPOSITION_ADD, /* R = S + D */
+    wxCOMPOSITION_ADD /* R = S + D */
 };
 
 class WXDLLIMPEXP_FWD_CORE wxWindowDC;