]> git.sesse.net Git - vlc/commitdiff
MKV: deinlined a function.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 19 Sep 2008 01:30:25 +0000 (18:30 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 19 Sep 2008 01:30:25 +0000 (18:30 -0700)
modules/demux/mkv/demux.hpp

index 3714a706a66046b7e6b55849b72daa34527ab9a3..e96a3a86a90daeb636096447020046ef9341be4c 100644 (file)
@@ -372,7 +372,7 @@ public:
     void StartUiThread();
     void StopUiThread();
     bool b_ui_hooked;
-    inline void SwapButtons();
+    void SwapButtons();
 
     /* for spu variables */
     input_thread_t *p_input;