npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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: _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
