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