summaryrefslogtreecommitdiff
path: root/hscript
diff options
context:
space:
mode:
Diffstat (limited to 'hscript')
-rw-r--r--hscript/meta.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/hscript/meta.hh b/hscript/meta.hh
index 1db411d..fadd837 100644
--- a/hscript/meta.hh
+++ b/hscript/meta.hh
@@ -45,16 +45,16 @@ public:
};
-class Language : public Key {
+class Language : public StringKey {
};
-class Keymap : public Key {
+class Keymap : public StringKey {
};
-class Firmware : public Key {
+class Firmware : public BooleanKey {
};
-class Timezone : public Key {
+class Timezone : public StringKey {
};
class Repository : public Key {