diff options
Diffstat (limited to 'backend/LocationFactory.h')
-rw-r--r-- | backend/LocationFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/LocationFactory.h b/backend/LocationFactory.h index 2da590e..178d5d3 100644 --- a/backend/LocationFactory.h +++ b/backend/LocationFactory.h @@ -4,7 +4,7 @@ class LocationFactory { public: - static Location * create_location(const char * name, const char * description); + static Location * create_location(const char * name = "", const char * description = ""); private: LocationFactory() = delete; |