]> git.sesse.net Git - vlc/blobdiff - projects/mozilla/control/npolibvlc.h
Remove unused b_playlist_locked
[vlc] / projects / mozilla / control / npolibvlc.h
index ccd035ff355b39a7fa6ba4f960e9f8d71e3ecb36..2fc3107e73381b004770af902038123633a6de28 100644 (file)
@@ -99,6 +99,8 @@ protected:
 
     static const int methodCount;
     static const NPUTF8 * const methodNames[];
+
+    InvokeResult invoke(int index, const NPVariant *args, uint32_t argCount, NPVariant &result);
 };
 
 class LibvlcPlaylistItemsNPObject: public RuntimeNPObject