summaryrefslogtreecommitdiffstats
path: root/core/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/input/input.h')
-rw-r--r--core/input/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/input/input.h b/core/input/input.h
index 14d100e152..30cc2ce9ed 100644
--- a/core/input/input.h
+++ b/core/input/input.h
@@ -121,6 +121,7 @@ struct mp_cmd_arg {
union {
int i;
float f;
+ double d;
char *s;
} v;
};