From 260000aea3bdf647e6977dea143f83fdfb355f2f Mon Sep 17 00:00:00 2001 From: zetaPRIME Date: Sun, 7 May 2017 14:39:56 -0400 Subject: [PATCH] that's not supposed to be indented --- libstarlight/source/starlight/ui/Button.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstarlight/source/starlight/ui/Button.h b/libstarlight/source/starlight/ui/Button.h index 8ca9708..9d20416 100644 --- a/libstarlight/source/starlight/ui/Button.h +++ b/libstarlight/source/starlight/ui/Button.h @@ -20,7 +20,7 @@ namespace starlight { idle = nullptr, press = nullptr, glyph = nullptr; - Optional textConfig = &Button::defCfg; + Optional textConfig = &Button::defCfg; }; private: static std::function defCfg;