From 24dc89f42e3136ba97a9022130c5197e87a7af4d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 19 Dec 2013 17:39:04 +0100 Subject: [PATCH] (Apple) Build fix --- apple/common/RAGameView.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apple/common/RAGameView.m b/apple/common/RAGameView.m index 2c700ad93c..14db01cacc 100644 --- a/apple/common/RAGameView.m +++ b/apple/common/RAGameView.m @@ -26,8 +26,8 @@ static CLLocationManager *locationManager; static bool locationChanged; static CLLocationDegrees currentLatitude; static CLLocationDegrees currentLongitude; -sttaic CLLocationAccuracy currentHorizontalAccuracy; -sttaic CLLocationAccuracy currentVerticalAccuracy; +static CLLocationAccuracy currentHorizontalAccuracy; +static CLLocationAccuracy currentVerticalAccuracy; // Define compatibility symbols and categories #ifdef IOS