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" #include "opus.h"
@implementation Connection { @implementation Connection {
char* _host; const char* _host;
STREAM_CONFIGURATION _streamConfig; STREAM_CONFIGURATION _streamConfig;
CONNECTION_LISTENER_CALLBACKS _clCallbacks; CONNECTION_LISTENER_CALLBACKS _clCallbacks;
DECODER_RENDERER_CALLBACKS _drCallbacks; DECODER_RENDERER_CALLBACKS _drCallbacks;

@ -1 +1 @@
Subproject commit 0bb461ac855682e976d3a1d93e0fc5679cdc64d1 Subproject commit f8b394c23dacea44c68658e6bf03ea2fb07b07ad