From e8144c3153c9e0f3a609150e9e6647117920eef2 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Mon, 28 Feb 2005 02:10:54 +0000 Subject: [PATCH] removed trailing comma from enum git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/imagpng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/imagpng.h b/include/wx/imagpng.h index 8a1cbdb746..1f16de2002 100644 --- a/include/wx/imagpng.h +++ b/include/wx/imagpng.h @@ -29,7 +29,7 @@ enum { wxPNG_TYPE_COLOUR = 0, wxPNG_TYPE_GREY = 2, - wxPNG_TYPE_GREY_RED = 3, + wxPNG_TYPE_GREY_RED = 3 }; class WXDLLEXPORT wxPNGHandler: public wxImageHandler