summaryrefslogtreecommitdiff
path: root/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'settings.h')
-rw-r--r--settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.h b/settings.h
index 3b588593f..aaf27cda4 100644
--- a/settings.h
+++ b/settings.h
@@ -52,7 +52,7 @@ typedef enum {
typedef struct SettingDesc {
const char *name;
- int flags;
+ uint32 flags;
const void *def;
void *ptr;
const void *many;