Reduce MinGW64-warnings about mixerID.

warning: cast to pointer from integer of ifferent size.

Change-Id: I4294fe7b67c56d1eca59f81c3af26919ad5089a8
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
Friedemann Kleint
2013-02-14 11:52:33 +01:00
committed by The Qt Project
parent 699a5d75aa
commit f326202c48
2 changed files with 8 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ private:
void initMixer();
void closeMixer();
UINT mixerID;
HMIXEROBJ mixerID;
MIXERLINECONTROLS mixerLineControls;
private slots: