From 8b275c0b0a1064a813ef14a109b64e1fce461893 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Mon, 7 Aug 2017 20:08:15 +0500 Subject: 2017-08-07 --- src/World.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/World.hpp') diff --git a/src/World.hpp b/src/World.hpp index 52493a7..805084c 100644 --- a/src/World.hpp +++ b/src/World.hpp @@ -17,9 +17,7 @@ class World { int dimension = 0; Section ParseSection(StreamInput *data, Vector position); - - World(const World &other); - World &operator=(const World &other); + public: World(); -- cgit v1.2.3