mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-04 23:16:10 +00:00
Warning fix (char* -> const char*)
This commit is contained in:
@@ -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;
|
||||
|
||||
Submodule limelight-common-c updated: 0bb461ac85...f8b394c23d
Reference in New Issue
Block a user