summaryrefslogtreecommitdiffstats
path: root/game/client/factory.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/factory.hh')
-rw-r--r--game/client/factory.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/client/factory.hh b/game/client/factory.hh
index 4dec985..6f883c2 100644
--- a/game/client/factory.hh
+++ b/game/client/factory.hh
@@ -6,7 +6,7 @@ class Dimension;
namespace client_factory
{
-void create_player(Dimension *dimension, entt::entity entity);
+void create_player(Dimension* dimension, entt::entity entity);
} // namespace client_factory
#endif /* CLIENT_FACTORY_HH */