summaryrefslogtreecommitdiff
path: root/src/gui/models/beingslistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/beingslistmodel.h')
-rw-r--r--src/gui/models/beingslistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/beingslistmodel.h b/src/gui/models/beingslistmodel.h
index 953c78119..ccf0338c7 100644
--- a/src/gui/models/beingslistmodel.h
+++ b/src/gui/models/beingslistmodel.h
@@ -55,7 +55,7 @@ class BeingsListModel final : public AvatarListModel
int getNumberOfElements() override final
{
- return static_cast<int>(mMembers.size());
+ return CAST_S32(mMembers.size());
}
std::vector<Avatar*> mMembers;