From bb24495b3ff2a901edc06b72e0ef1231928ed8f4 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 19 Jun 2015 20:53:14 -0700 Subject: [PATCH] Warning fix (char* -> const char*) --- Limelight/Stream/Connection.m | 2 +- limelight-common-c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Limelight/Stream/Connection.m b/Limelight/Stream/Connection.m index 1e7d4d8..d70a0ca 100644 --- a/Limelight/Stream/Connection.m +++ b/Limelight/Stream/Connection.m @@ -15,7 +15,7 @@ #include "opus.h" @implementation Connection { - char* _host; + const char* _host; STREAM_CONFIGURATION _streamConfig; CONNECTION_LISTENER_CALLBACKS _clCallbacks; DECODER_RENDERER_CALLBACKS _drCallbacks; diff --git a/limelight-common-c b/limelight-common-c index 0bb461a..f8b394c 160000 --- a/limelight-common-c +++ b/limelight-common-c @@ -1 +1 @@ -Subproject commit 0bb461ac855682e976d3a1d93e0fc5679cdc64d1 +Subproject commit f8b394c23dacea44c68658e6bf03ea2fb07b07ad