[vlc-commits] Use class instead of struct
Jean-Baptiste Kempf
git at videolan.org
Wed Jan 2 01:02:22 CET 2013
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 2 01:00:52 2013 +0100| [b89ce6acafef8c0fc5da93fa3bbe6dfca4eb3cb0] | committer: Jean-Baptiste Kempf
Use class instead of struct
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=b89ce6acafef8c0fc5da93fa3bbe6dfca4eb3cb0
---
activex/plugin.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/activex/plugin.h b/activex/plugin.h
index a922265..be6e63e 100644
--- a/activex/plugin.h
+++ b/activex/plugin.h
@@ -74,7 +74,7 @@ private:
LPPICTURE _inplace_picture;
};
-struct VLCPlugin
+class VLCPlugin
: public IUnknown, private vlc_player_options, private vlc_player
{
public:
More information about the vlc-commits
mailing list