removed trailing comma from enum (gcc 3.4 compilation fix)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -225,7 +225,7 @@ enum wxSTD_COLOUR
|
|||||||
wxSTD_COL_BTNSHADOW,
|
wxSTD_COL_BTNSHADOW,
|
||||||
wxSTD_COL_BTNFACE,
|
wxSTD_COL_BTNFACE,
|
||||||
wxSTD_COL_BTNHIGHLIGHT,
|
wxSTD_COL_BTNHIGHLIGHT,
|
||||||
wxSTD_COL_MAX,
|
wxSTD_COL_MAX
|
||||||
};
|
};
|
||||||
|
|
||||||
struct WXDLLEXPORT wxCOLORMAP
|
struct WXDLLEXPORT wxCOLORMAP
|
||||||
|
Reference in New Issue
Block a user