summaryrefslogtreecommitdiffstats
path: root/client/red_client.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-12-06 17:55:45 +0200
committerAlon Levy <alevy@redhat.com>2010-12-08 17:11:45 +0200
commit1943352d6093ae27f1f4e80d786f4114be6032ac (patch)
treedd5ca4695ef94cd63d3ca991017917218e1de9f5 /client/red_client.h
parent06749bd66bb3e689bc96be1a3739747912ee0020 (diff)
downloadspice-1943352d6093ae27f1f4e80d786f4114be6032ac.tar.gz
spice-1943352d6093ae27f1f4e80d786f4114be6032ac.tar.xz
spice-1943352d6093ae27f1f4e80d786f4114be6032ac.zip
mingw32 build: fixed using -1 as uninitialized value for unsigned variables
Diffstat (limited to 'client/red_client.h')
-rw-r--r--client/red_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/red_client.h b/client/red_client.h
index ae52d9f2..7b04d083 100644
--- a/client/red_client.h
+++ b/client/red_client.h
@@ -318,7 +318,7 @@ private:
bool _notify_disconnect;
bool _auto_display_res;
DisplaySetting _display_setting;
- int _agent_reply_wait_type;
+ uint32_t _agent_reply_wait_type;
bool _aborting;