mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-27 06:32:59 +00:00
Warning fix (char* -> const char*)
This commit is contained in:
parent
b9f2764990
commit
bb24495b3f
@ -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
|
Loading…
x
Reference in New Issue
Block a user