libvlcpp | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Mon Sep 28 
15:36:31 2015 +0200| [1e25a15a64b588d443512a7845b524ad6b53877f] | committer: 
Hugo Beauzée-Luyssen

Media: minor cosmetic change

> http://git.videolan.org/gitweb.cgi/libvlcpp.git/?a=commit;h=1e25a15a64b588d443512a7845b524ad6b53877f
---

 vlcpp/Media.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlcpp/Media.hpp b/vlcpp/Media.hpp
index 4a34ef4..0528e8b 100644
--- a/vlcpp/Media.hpp
+++ b/vlcpp/Media.hpp
@@ -459,7 +459,7 @@ public:
      */
     MediaEventManager& eventManager()
     {
-        if ( m_eventManager == NULL )
+        if ( m_eventManager == nullptr )
         {
             libvlc_event_manager_t* obj = libvlc_media_event_manager(*this);
             m_eventManager = std::make_shared<MediaEventManager>( obj );

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

Reply via email to