Fix constness warnings

This commit is contained in:
Florian Müllner
2015-09-24 01:13:59 +02:00
parent 27b37407d0
commit 25a796afc6
9 changed files with 34 additions and 34 deletions

View File

@ -161,8 +161,8 @@ typedef struct
typedef struct
{
char *key;
char *schema;
const char *key;
const char *schema;
MetaPreference pref;
} MetaBasePreference;