vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Mar 23 14:57:50 2015 +0100| [23a0634c387bebd2c7c5b6023bd974cbc200274b] | committer: Jean-Baptiste Kempf
Upnp: remove trailing space > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23a0634c387bebd2c7c5b6023bd974cbc200274b --- modules/services_discovery/upnp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services_discovery/upnp.hpp b/modules/services_discovery/upnp.hpp index 478cc08..7174b28 100644 --- a/modules/services_discovery/upnp.hpp +++ b/modules/services_discovery/upnp.hpp @@ -51,7 +51,7 @@ namespace SD */ class UpnpInstanceWrapper { -public: +public: // This increases the refcount before returning the instance static UpnpInstanceWrapper* get(vlc_object_t* p_obj, Upnp_FunPtr callback, SD::MediaServerList *opaque); void release(bool isSd); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
