From 6d32d91ecaeeb4d041992fbc6f18e99e21519d54 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 28 Jan 2007 16:48:01 +0000 Subject: Mark m_struct_t defaults as const git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22045 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_struct.h') diff --git a/m_struct.h b/m_struct.h index e97659a333..9c95c21739 100644 --- a/m_struct.h +++ b/m_struct.h @@ -17,7 +17,7 @@ typedef struct m_struct_st { /// size of the whole struct unsigned int size; /// Pointer to a struct filled with the default settings - void* defaults; + const void* defaults; /// Field list. /** The p field of the \ref m_option struct must contain the offset * of the member in the struct (use M_ST_OFF macro for this). -- cgit v1.2.3