aboutsummaryrefslogtreecommitdiff
path: root/backend/LocationFactory.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-30 01:29:58 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-30 01:29:58 +0100
commitb9e738502260b8f448289c9888203971c7749c76 (patch)
tree09477251ba49307173a112e0cd5dbdd3633346ce /backend/LocationFactory.h
parente4261302944303781c952943e3290c99e2cabc52 (diff)
WIP SQL gedoe
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);
};