diff m_struct.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents 990bafe740df
children cc170348a763
line wrap: on
line diff
--- a/m_struct.h	Mon Jul 02 22:02:59 2007 +0000
+++ b/m_struct.h	Mon Jul 02 22:34:45 2007 +0000
@@ -1,5 +1,5 @@
-#ifndef _M_STRUCT_H
-#define _M_STRUCT_H
+#ifndef M_STRUCT_H
+#define M_STRUCT_H
 
 /// \defgroup OptionsStruct Options struct
 /// \ingroup Options
@@ -105,4 +105,4 @@
 
 ///@}
 
-#endif /* _M_STRUCT_H */
+#endif /* M_STRUCT_H */