From 8b9827559502c49bacadc41c72cfa4b66e3cb48d Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 22 Aug 2011 15:11:37 +0000 Subject: [PATCH] removing trailing comma git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/graphics.h b/include/wx/graphics.h index 0d472b5bca..6e7cf27fe3 100644 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -24,7 +24,7 @@ enum wxAntialiasMode { wxANTIALIAS_NONE, // should be 0 - wxANTIALIAS_DEFAULT, + wxANTIALIAS_DEFAULT }; enum wxInterpolationQuality -- 2.50.0