From fd5a3fa9da0ebfad86ed9d9bfe93a6c1d33ab392 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 19 Dec 2013 02:44:21 +0100 Subject: [PATCH] (Location) Fix derp --- driver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver.h b/driver.h index 3fe349d373..137ee8f59b 100644 --- a/driver.h +++ b/driver.h @@ -657,8 +657,8 @@ extern const camera_driver_t camera_v4l2; extern const camera_driver_t camera_android; extern const camera_driver_t camera_rwebcam; extern const camera_driver_t camera_ios; -extern const camera_driver_t location_apple; -extern const camera_driver_t location_android; +extern const location_driver_t location_apple; +extern const location_driver_t location_android; extern const input_osk_driver_t input_ps3_osk; #include "driver_funcs.h"