]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove wrong clasing bracket.
authorMattia Barbon <mbarbon@cpan.org>
Mon, 14 Mar 2005 21:55:29 +0000 (21:55 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 14 Mar 2005 21:55:29 +0000 (21:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/list.h

index 5f8dcc4136aa93b3a4015a30ba7157ca07303547..cb7023d3b7678dedb56243a12c03f3f7c91b3bbb 100644 (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;                                                                 \
                                                                               \