From d9349f10d6d1972e87aea76d502703fae128a0e5 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 14 Mar 2015 17:58:50 -0400 Subject: Removed some unnecessary parameters from methods --- src/entityfactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entityfactory.h') diff --git a/src/entityfactory.h b/src/entityfactory.h index 7b8f399..870d6d5 100644 --- a/src/entityfactory.h +++ b/src/entityfactory.h @@ -8,7 +8,7 @@ class Map; class EntityFactory { public: - static std::shared_ptr createNamedEntity(const std::string name, const Map& map); + static std::shared_ptr createNamedEntity(const std::string name); }; #endif -- cgit 1.4.1