aboutsummaryrefslogtreecommitdiff
path: root/backend/LocationFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/LocationFactory.h')
-rw-r--r--backend/LocationFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/LocationFactory.h b/backend/LocationFactory.h
index a12bb0e..ba34ff3 100644
--- a/backend/LocationFactory.h
+++ b/backend/LocationFactory.h
@@ -4,6 +4,6 @@
class LocationFactory {
public:
- Location * create_location(const char * name, const char * description);
+ static Location * create_location(const char * name, const char * description);
};