diff options
Diffstat (limited to 'backend/LocationFactory.h')
-rw-r--r-- | backend/LocationFactory.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/backend/LocationFactory.h b/backend/LocationFactory.h index e9b1bc1..a12bb0e 100644 --- a/backend/LocationFactory.h +++ b/backend/LocationFactory.h @@ -4,9 +4,6 @@ class LocationFactory { public: - static Location * create_location(); - -private: - LocationFactory() = delete; + Location * create_location(const char * name, const char * description); }; |