diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 20:01:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 20:01:27 +0100 |
commit | 9283e1eb66d6ff96b02f317e28cb6ff060953cdf (patch) | |
tree | c03d853ef620216f1c2299936004f56c6c3cee04 /backend/LocationFactory.h | |
parent | 7285f9f2c2622acff734e31314f92df9b25cae16 (diff) |
WIP load XML
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); }; |