vlc | branch: master | Steve Lhomme <[email protected]> | Thu Apr 28 14:18:40 
2016 +0200| [393900dc0f85042c68559b7425536c2467713b23] | committer: Thomas 
Guillem

chromecast: make more code/variable private

Signed-off-by: Thomas Guillem <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=393900dc0f85042c68559b7425536c2467713b23
---

 modules/stream_out/chromecast/chromecast.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/stream_out/chromecast/chromecast.h 
b/modules/stream_out/chromecast/chromecast.h
index c688cf6..833339c 100644
--- a/modules/stream_out/chromecast/chromecast.h
+++ b/modules/stream_out/chromecast/chromecast.h
@@ -83,6 +83,7 @@ struct intf_sys_t
 
     void setHasInput( bool has_input, const std::string mime_type = "");
 
+private:
     vlc_object_t  * const p_module;
     const int      i_port;
     std::string    serverIP;
@@ -145,7 +146,6 @@ struct intf_sys_t
 
     void processMessage(const castchannel::CastMessage &msg);
 
-private:
     int sendMessage(const castchannel::CastMessage &msg);
 
     void buildMessage(const std::string & namespace_,

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to