summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/hdr/modern_clui.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_modern/hdr/modern_clui.h')
-rw-r--r--plugins/Clist_modern/hdr/modern_clui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/hdr/modern_clui.h b/plugins/Clist_modern/hdr/modern_clui.h
index 8f9c82797e..eb353f4609 100644
--- a/plugins/Clist_modern/hdr/modern_clui.h
+++ b/plugins/Clist_modern/hdr/modern_clui.h
@@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "windowsX.h"
#define HANDLE_MESSAGE( _message, _fn) \
- case (_message): return This->_fn( (_message), (wParam), (lParam) )
+ case (_message): return This->_fn((_message), (wParam), (lParam))
class CLUI
{