diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-30 01:29:58 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-30 01:29:58 +0100 |
commit | b9e738502260b8f448289c9888203971c7749c76 (patch) | |
tree | 09477251ba49307173a112e0cd5dbdd3633346ce /backend/LocationFactory.h | |
parent | e4261302944303781c952943e3290c99e2cabc52 (diff) |
WIP SQL gedoe
Diffstat (limited to 'backend/LocationFactory.h')
-rw-r--r-- | backend/LocationFactory.h | 2 |
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); }; |