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:
Mattia Barbon
2005-03-14 21:55:29 +00:00
parent 168da56b8f
commit 543ab300e7

View File

@@ -116,7 +116,7 @@ private:
#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) \
decl liT; \
\