[vlc-commits] Media: minor cosmetic change
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Mon Sep 28 18:47:55 CEST 2015
    
    
  
libvlcpp | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | 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 );
    
    
More information about the vlc-commits
mailing list