diff options
Diffstat (limited to 'game/server/world/overworld.hh')
| -rw-r--r-- | game/server/world/overworld.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/server/world/overworld.hh b/game/server/world/overworld.hh index 4141105..3da0401 100644 --- a/game/server/world/overworld.hh +++ b/game/server/world/overworld.hh @@ -25,7 +25,7 @@ namespace world { class Overworld final : public Dimension { public: - explicit Overworld(const char* name); + explicit Overworld(std::string_view name); virtual ~Overworld(void) = default; public: |
