summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_wine
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-04-27 13:03:59 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-04-27 13:03:59 +0200
commit6989e7f59032043a91667532fe5c4cdd42065b0e (patch)
treef0675ef7f9a567da6eab7054ce5d6ff7c6585c77 /ftnoir_protocol_wine
parentc88b37809815f05309aa3615950927ecac8d9849 (diff)
Apply same fix in header, too
Diffstat (limited to 'ftnoir_protocol_wine')
-rw-r--r--ftnoir_protocol_wine/ftnoir_protocol_wine.h2
1 files changed, 1 insertions, 1 deletions
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;
}
};