summaryrefslogtreecommitdiffstats
path: root/m_option.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-02 16:15:06 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-02 16:15:06 +0000
commite2d93b4aa72a4d55deb67ad9cc2bf7dccb7a3372 (patch)
tree446687d6a4ce651fc023f20e8146db23e447b91b /m_option.h
parentc193b910c0aafe563839bbb3b5559036dfc3d927 (diff)
downloadmpv-e2d93b4aa72a4d55deb67ad9cc2bf7dccb7a3372.tar.bz2
mpv-e2d93b4aa72a4d55deb67ad9cc2bf7dccb7a3372.tar.xz
10L forgot to fix the forward declaration too.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9794 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_option.h')
-rw-r--r--m_option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_option.h b/m_option.h
index 9254f4a423..0c528ceba0 100644
--- a/m_option.h
+++ b/m_option.h
@@ -5,7 +5,7 @@
typedef struct m_option_type m_option_type_t;
typedef struct m_option m_option_t;
-struct m_struct;
+struct m_struct_st;
///////////////////////////// Options types declarations ////////////////////////////