summaryrefslogtreecommitdiffhomepage
path: root/editor/app.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-13 05:31:32 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-13 05:31:32 +0100
commitcbf13666d2db374f1564441b1f68371ac69cf096 (patch)
treea9bce22d12262ea98e74128f6fb10e04b1459579 /editor/app.cpp
parent07a9588271d30c69353dbea840eddeb519c472c5 (diff)
zw
Diffstat (limited to 'editor/app.cpp')
-rw-r--r--editor/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.cpp b/editor/app.cpp
index 7cb0075a..94e78576 100644
--- a/editor/app.cpp
+++ b/editor/app.cpp
@@ -97,7 +97,7 @@ std::shared_ptr<critter> app::ensure_player_character(world& w)
return ret;
}
-void app::reset_world(struct world&& w_)
+void app::reset_world(class world&& w_)
{
if (!M)
return;