From 88697bc3503090194877b241b987ddc751034166 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 May 2015 17:19:32 +0300 Subject: Add strong typed bool type NpcNames. --- src/gui/widgets/tabs/socialplayerstab.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/tabs/socialplayerstab.h') diff --git a/src/gui/widgets/tabs/socialplayerstab.h b/src/gui/widgets/tabs/socialplayerstab.h index 324ede7c6..7fee69deb 100644 --- a/src/gui/widgets/tabs/socialplayerstab.h +++ b/src/gui/widgets/tabs/socialplayerstab.h @@ -28,6 +28,8 @@ #include "being/being.h" +#include "enums/simpletypes.h" + #include "gui/models/beingslistmodel.h" #include "utils/gettext.h" @@ -147,7 +149,7 @@ class SocialPlayersTab final : public SocialTab if (actorManager) { StringVect names; - actorManager->getPlayerNames(names, false); + actorManager->getPlayerNames(names, NpcNames_false); std::vector::iterator ai = avatars->begin(); while (ai != avatars->end()) -- cgit v1.2.3-70-g09d2