aboutsummaryrefslogtreecommitdiffstats
path: root/Samples/CommonSrc/Platform/OSX_Platform.mm
diff options
context:
space:
mode:
authorBrad Davis <[email protected]>2013-10-13 20:28:58 -0700
committerBrad Davis <[email protected]>2013-10-13 20:28:58 -0700
commit672cdd0ef5455cd62a0d7f7eb6b9889f3ea35f21 (patch)
treef3454dc864242744aef1ea5474b5011556d0f388 /Samples/CommonSrc/Platform/OSX_Platform.mm
parent1408ed7b208c7a1cff1a2448fc890e9b8bd6dc4e (diff)
Updating to cmake, glew, xrandr
Diffstat (limited to 'Samples/CommonSrc/Platform/OSX_Platform.mm')
-rw-r--r--Samples/CommonSrc/Platform/OSX_Platform.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Samples/CommonSrc/Platform/OSX_Platform.mm b/Samples/CommonSrc/Platform/OSX_Platform.mm
index 491ff6c..9926cca 100644
--- a/Samples/CommonSrc/Platform/OSX_Platform.mm
+++ b/Samples/CommonSrc/Platform/OSX_Platform.mm
@@ -29,7 +29,7 @@ using namespace OVR::Platform;
[self setApp:app];
[self setPlatform:platform];
- const char* argv[] = {"OVRApp"};
+ char* argv[] = {"OVRApp"};
int exitCode = app->OnStartup(1, argv);
if (exitCode)
{