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; \ \