summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r--src/gui/theme.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h
index 7914c9c26..fcd0f5614 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -43,6 +43,11 @@ const int THEME_PALETTES = 5;
struct ThemeInfo final
{
+ ThemeInfo() :
+ name(),
+ copyright()
+ {
+ }
std::string name;
std::string copyright;
};