From: Steinar H. Gunderson Date: Sat, 15 Feb 2020 14:21:01 +0000 (+0100) Subject: Fix compilation in debug mode. X-Git-Tag: 1.9.2~36 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=d9ddc0c342d6145c14eef021a58d8969043e24e4 Fix compilation in debug mode. --- diff --git a/nageru/theme.cpp b/nageru/theme.cpp index 162c3bc..d2a7bba 100644 --- a/nageru/theme.cpp +++ b/nageru/theme.cpp @@ -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);