From: Mattia Barbon Date: Mon, 14 Mar 2005 21:55:29 +0000 (+0000) Subject: Remove wrong clasing bracket. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/543ab300e7ef73da31a2809a8fa4a01ed7120818?hp=168da56b8f739937dd49e5ca864a76a3b0a7e99a Remove wrong clasing bracket. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/list.h b/include/wx/list.h index 5f8dcc4136..cb7023d3b7 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -116,7 +116,7 @@ private: #else // if defined( __VISUALC__ ) -#define WX_LIST_SORTFUNCTION( elT, f ) std::greater( f ) ) +#define WX_LIST_SORTFUNCTION( elT, f ) std::greater( f ) #define VC6_WORKAROUND(elT, liT, decl) \ decl liT; \ \