[vlc-commits] [Git][videolan/libvlcpp][master] MediaDiscoverer: Add a default constructor
Hugo Beauzée-Luyssen
gitlab at videolan.org
Fri Mar 12 11:56:54 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp
Commits:
b4eecc53 by Hugo Beauzée-Luyssen at 2021-03-12T12:42:58+01:00
MediaDiscoverer: Add a default constructor
- - - - -
1 changed file:
- vlcpp/MediaDiscoverer.hpp
Changes:
=====================================
vlcpp/MediaDiscoverer.hpp
=====================================
@@ -98,6 +98,13 @@ public:
{
}
+ /**
+ * Create an empty Media Discoverer instance.
+ *
+ * Calling any method on such an instance is undefined.
+ */
+ MediaDiscoverer() = default;
+
#if LIBVLC_VERSION_INT >= LIBVLC_VERSION(3, 0, 0, 0)
/**
* Start media discovery.
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/b4eecc53b602af563bec579c92fb853b1b2cf4ef
--
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/b4eecc53b602af563bec579c92fb853b1b2cf4ef
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list