From 543ab300e7ef73da31a2809a8fa4a01ed7120818 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Mon, 14 Mar 2005 21:55:29 +0000 Subject: [PATCH] Remove wrong clasing bracket. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ \ -- 2.47.2