From 73b7336269ab564fc224720829da2c9e2fa52f42 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Tue, 16 Jul 2013 20:50:21 +0200 Subject: [PATCH] fixed typo --- src/tomahawk/TomahawkWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tomahawk/TomahawkWindow.cpp b/src/tomahawk/TomahawkWindow.cpp index 36c0193a7..c259dd00a 100644 --- a/src/tomahawk/TomahawkWindow.cpp +++ b/src/tomahawk/TomahawkWindow.cpp @@ -689,7 +689,7 @@ TomahawkWindow::keyPressEvent( QKeyEvent* e ) bool TomahawkWindow::winEvent( MSG* msg, long* result ) { - Q_UNUSED(RESULT); + Q_UNUSED(result); #define TB_PRESSED Q_FUNC_INFO << "Taskbar Button Pressed:" switch ( msg->message )