summaryrefslogtreecommitdiff
path: root/src/resources/iteminfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/iteminfo.h')
-rw-r--r--src/resources/iteminfo.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h
index c022b650a..063d82958 100644
--- a/src/resources/iteminfo.h
+++ b/src/resources/iteminfo.h
@@ -284,8 +284,10 @@ class ItemInfo final
{ return mColorsList ? static_cast<int>(mColorsList->size()) : 0; }
int getIconColorsSize() const
- { return mIconColorsList ? static_cast<int>(mIconColorsList->size())
- : 0; }
+ {
+ return mIconColorsList ? static_cast<int>(mIconColorsList->size())
+ : 0;
+ }
std::string getColorName(const ItemColor idx) const;
std::string getColor(const ItemColor idx) const;