From 6dfa3fb34fb0a2ea028fd46e77296e26b092fb99 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 30 Oct 2024 14:48:02 +0100 Subject: use string instead of argument vector for commands --- backend/LocationFactory.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backend') 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; }; -- cgit v1.2.3