diff options
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 5be8efbf9..2d33d36e7 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -1228,7 +1228,7 @@ ThemeInfo *Theme::loadInfo(const std::string &themeName) return nullptr; } - ThemeInfo *const info = new ThemeInfo(); + ThemeInfo *const info = new ThemeInfo; const std::string fontSize2("fontSize_" + mScreenDensity); const std::string npcfontSize2("npcfontSize_" + mScreenDensity); |