diff options
Diffstat (limited to 'app/source/Cplt/UI/UI.hpp')
-rw-r--r-- | app/source/Cplt/UI/UI.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/source/Cplt/UI/UI.hpp b/app/source/Cplt/UI/UI.hpp index 0a80b4c..64f1f9e 100644 --- a/app/source/Cplt/UI/UI.hpp +++ b/app/source/Cplt/UI/UI.hpp @@ -18,8 +18,7 @@ void ErrorMessage(const char* fmt, ...); void WarningIcon(); void WarningMessage(const char* fmt, ...); -enum class IconType -{ +enum class IconType { Flow, Circle, Square, |