From 6e1d62955c7a7f39bc9126d709a42a70e02a1d30 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 30 Oct 2024 19:59:38 +0100 Subject: create backend string class --- backend/LocationFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/LocationFactory.h') diff --git a/backend/LocationFactory.h b/backend/LocationFactory.h index 178d5d3..864962a 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 String & name = "", const String & description = ""); private: LocationFactory() = delete; -- cgit v1.2.3