]> git.sesse.net Git - nageru/commitdiff
Fix compilation in debug mode.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 15 Feb 2020 14:21:01 +0000 (15:21 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 15 Feb 2020 14:21:01 +0000 (15:21 +0100)
nageru/theme.cpp

index 162c3bc5b7f5a90ba3fd54ed047e82abdb0d6daa..d2a7bba3144f0a4e655ffd6241a926dcb08441f5 100644 (file)
@@ -52,6 +52,9 @@ using namespace movit;
 
 extern Mixer *global_mixer;
 
+constexpr unsigned Theme::MenuEntry::CHECKABLE;
+constexpr unsigned Theme::MenuEntry::CHECKED;
+
 Theme *get_theme_updata(lua_State* L)
 {
        luaL_checktype(L, lua_upvalueindex(1), LUA_TLIGHTUSERDATA);