From 4c25e5ce31d073c934dfd21011f6662830e7097c Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Wed, 9 Jan 2013 00:27:31 -0800 Subject: Fix the build on non-QCOM Change-Id: Idb8d5c98fbdc01e6063ad0eb224baba66acc813d --- include/camera/CameraParameters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/camera/CameraParameters.h b/include/camera/CameraParameters.h index bf792a4..e82d8e7 100644 --- a/include/camera/CameraParameters.h +++ b/include/camera/CameraParameters.h @@ -568,7 +568,6 @@ public: // Example value: "true" or "false". Read only. static const char KEY_VIDEO_SNAPSHOT_SUPPORTED[]; static const char KEY_FULL_VIDEO_SNAP_SUPPORTED[]; - static const char KEY_POWER_MODE_SUPPORTED[]; #ifdef QCOM_HARDWARE static const char KEY_ISO_MODE[]; @@ -604,6 +603,7 @@ public: static const char KEY_MEMORY_COLOR_ENHANCEMENT[]; static const char KEY_SUPPORTED_MEM_COLOR_ENHANCE_MODES[]; + static const char KEY_POWER_MODE_SUPPORTED[]; static const char KEY_POWER_MODE[]; static const char KEY_ZSL[]; -- cgit v1.1