From 6989e7f59032043a91667532fe5c4cdd42065b0e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 27 Apr 2013 13:03:59 +0200 Subject: Apply same fix in header, too --- ftnoir_protocol_wine/ftnoir_protocol_wine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftnoir_protocol_wine/ftnoir_protocol_wine.h b/ftnoir_protocol_wine/ftnoir_protocol_wine.h index c5bfb37e..7c07323d 100644 --- a/ftnoir_protocol_wine/ftnoir_protocol_wine.h +++ b/ftnoir_protocol_wine/ftnoir_protocol_wine.h @@ -63,7 +63,7 @@ private: QString connected_game; QMutex game_name_mutex; QString getGameName() { - QMutexLocker(&game_name_mutex); + QMutexLocker((QMutex*)&game_name_mutex); return connected_game; } }; -- cgit v1.2.3