Remove wrong clasing bracket.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -116,7 +116,7 @@ private:
|
|||||||
|
|
||||||
#else // if defined( __VISUALC__ )
|
#else // if defined( __VISUALC__ )
|
||||||
|
|
||||||
#define WX_LIST_SORTFUNCTION( elT, f ) std::greater<elT>( f ) )
|
#define WX_LIST_SORTFUNCTION( elT, f ) std::greater<elT>( f )
|
||||||
#define VC6_WORKAROUND(elT, liT, decl) \
|
#define VC6_WORKAROUND(elT, liT, decl) \
|
||||||
decl liT; \
|
decl liT; \
|
||||||
\
|
\
|
||||||
|
Reference in New Issue
Block a user