that's not supposed to be indented

This commit is contained in:
zetaPRIME 2017-05-07 14:39:56 -04:00
parent d4947d8d11
commit 260000aea3

View File

@ -20,7 +20,7 @@ namespace starlight {
idle = nullptr,
press = nullptr,
glyph = nullptr;
Optional<TextConfig> textConfig = &Button::defCfg;
Optional<TextConfig> textConfig = &Button::defCfg;
};
private:
static std::function<TextConfig&()> defCfg;