removed trailing comma from enum
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6fcf77f4c7
commit
e8144c3153
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user