changeset 9793:b2bf632d37b5

10L forgot to fix the forward declaration too.
author albeu
date Wed, 02 Apr 2003 16:15:06 +0000
parents 4c34dc17e43d
children f67d87b2d3c7
files m_option.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m_option.h	Wed Apr 02 16:13:16 2003 +0000
+++ b/m_option.h	Wed Apr 02 16:15:06 2003 +0000
@@ -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 ////////////////////////////