From d9ee6b07e5496916af500b7d2d3358621a64c970 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 8 Oct 2019 23:32:10 -0500 Subject: hscript: These keys can be strongly typed --- hscript/meta.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hscript') 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 { -- cgit v1.2.3-70-g09d2