Warning fix (char* -> const char*)

This commit is contained in:
Cameron Gutman
2015-06-19 20:53:14 -07:00
parent b9f2764990
commit bb24495b3f
2 changed files with 2 additions and 2 deletions

View File

@@ -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;