]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
Remove wrong clasing bracket.
[wxWidgets.git] / 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;                                                                 \
                                                                               \