From 09490b58b41df5412b56ef3d3838d3e0692f3c98 Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Fri, 7 Nov 2014 21:47:28 -0800 Subject: [PATCH] Revert "Fix build warning" --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 7f80407a6b..e58f79cb5e 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -108,7 +108,7 @@ static unsigned STARFIELD_SEED = 1; static const int BANDWIDTH_METER_CLICK_MAX_DRAG_LENGTH = 6; // farther dragged clicks are ignored -const qint64 MAXIMUM_CACHE_SIZE = 10737418240; // 10GB +const unsigned MAXIMUM_CACHE_SIZE = 10737418240; // 10GB static QTimer* idleTimer = NULL;