[vlc-commits] npapi win32: fixed popup_menu unresolved external.

Sergey Radionov git at videolan.org
Wed Dec 21 12:54:10 CET 2011


npapi-vlc | branch: master | Sergey Radionov <RSATom at gmail.com> | Mon Dec 12 10:45:10 2011 +0700| [0a003976eac9180c7045fb7a28994896e1980d15] | committer: Jean-Baptiste Kempf

npapi win32: fixed popup_menu unresolved external.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=0a003976eac9180c7045fb7a28994896e1980d15
---

 npapi/vlcplugin_win.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/npapi/vlcplugin_win.h b/npapi/vlcplugin_win.h
index 5fccd38..e5ede7b 100644
--- a/npapi/vlcplugin_win.h
+++ b/npapi/vlcplugin_win.h
@@ -55,7 +55,7 @@ public:
     void hide_toolbar();
 
     void update_controls();
-    void popup_menu();
+    void popup_menu(){};
 
     WNDPROC             getWindowProc()
                             { return pf_wndproc; };



More information about the vlc-commits mailing list