]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing comma.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 23 Mar 2003 15:07:48 +0000 (15:07 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 23 Mar 2003 15:07:48 +0000 (15:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/rawbmp.h

index 889b6d129fb6af79a2b02182c00dd48916e41565..5af914e4a48da74faa400364356d2d612606ace6 100644 (file)
@@ -199,7 +199,7 @@ public:
 #ifdef __WXMSW__
         BLUE, GREEN, RED,
 #else // !__WXMSW__
-        RED, GREEN, BLUE
+        RED, GREEN, BLUE,
 #endif // __WXMSW__/!__WXMSW__
         ALPHA
     };