aboutsummaryrefslogtreecommitdiff
path: root/backend/LocationFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/LocationFactory.cpp')
-rw-r--r--backend/LocationFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/LocationFactory.cpp b/backend/LocationFactory.cpp
index 6e0b6b8..106867d 100644
--- a/backend/LocationFactory.cpp
+++ b/backend/LocationFactory.cpp
@@ -1,6 +1,6 @@
#include "LocationFactory.h"
-Location * LocationFactory::create_location(const char * name, const char * description) {
+Location * LocationFactory::create_location(const String & name, const String & description) {
return new Location(name, description);
}