[vlc-commits] chromecast: make more code/variable private

Steve Lhomme git at videolan.org
Tue May 3 13:22:59 CEST 2016


vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Thu Apr 28 14:18:40 2016 +0200| [393900dc0f85042c68559b7425536c2467713b23] | committer: Thomas Guillem

chromecast: make more code/variable private

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> 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_,



More information about the vlc-commits mailing list