aboutsummaryrefslogtreecommitdiffstats
path: root/unix/common/unixcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/common/unixcommon.h')
-rw-r--r--unix/common/unixcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/common/unixcommon.h b/unix/common/unixcommon.h
index dd02d403..d04c3ae9 100644
--- a/unix/common/unixcommon.h
+++ b/unix/common/unixcommon.h
@@ -24,7 +24,7 @@
#include <rfb/ScreenSet.h>
-typedef std::map<unsigned int, rdr::U32> OutputIdMap;
+typedef std::map<unsigned int, uint32_t> OutputIdMap;
rfb::ScreenSet computeScreenLayout(OutputIdMap *outputIdMap);