aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/world.hpp')
-rw-r--r--include/world.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.hpp b/include/world.hpp
index dcd047b..9a1d701 100644
--- a/include/world.hpp
+++ b/include/world.hpp
@@ -86,7 +86,7 @@ public:
bool in;
Village(const char *meme, World *w);
- ~Village(void){}
+ ~Village(void) {}
};
/**