vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Mon Jul  1 
10:10:52 2019 +0200| [624c73b94601a8efb4d400a9d71ea89b72177ffc] | committer: 
Hugo Beauzée-Luyssen

medialibrary: Fix forward declaration

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=624c73b94601a8efb4d400a9d71ea89b72177ffc
---

 modules/misc/medialibrary/fs/fs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/misc/medialibrary/fs/fs.h 
b/modules/misc/medialibrary/fs/fs.h
index 9a28d9c666..95e5956941 100644
--- a/modules/misc/medialibrary/fs/fs.h
+++ b/modules/misc/medialibrary/fs/fs.h
@@ -36,7 +36,7 @@ void vlc_sd_Destroy(services_discovery_t *sd);
 }
 
 namespace medialibrary {
-struct IDeviceListerCb;
+class IDeviceListerCb;
 }
 
 namespace vlc {

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

Reply via email to