[vlc-commits] [Git][videolan/libvlcpp][master] Fixed typo in vlcpp/structures.hpp
Hugo Beauzée-Luyssen
gitlab at videolan.org
Fri Mar 19 13:55:13 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp
Commits:
17e622c6 by The personified devil at 2021-03-19T14:49:34+01:00
Fixed typo in vlcpp/structures.hpp
- - - - -
1 changed file:
- vlcpp/structures.hpp
Changes:
=====================================
vlcpp/structures.hpp
=====================================
@@ -792,7 +792,7 @@ class AudioOutputDeviceDescription
if ( d->psz_device != nullptr )
m_device = d->psz_device;
if ( d->psz_description != nullptr )
- m_device = d->psz_description;
+ m_description = d->psz_description;
}
private:
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/17e622c6a23f685a60451e9611d50e361cee2278
--
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/17e622c6a23f685a60451e9611d50e361cee2278
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list