From 690c4204424c086052fb36f421d9427b950dc621 Mon Sep 17 00:00:00 2001 From: Paul Merrill Date: Fri, 5 Dec 2014 08:30:25 -0800 Subject: [PATCH] c++11: area-tmx.cpp --- src/area-tmx.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/area-tmx.cpp b/src/area-tmx.cpp index f4aa52d..d4432b3 100644 --- a/src/area-tmx.cpp +++ b/src/area-tmx.cpp @@ -25,9 +25,9 @@ // ********** #include +#include #include -#include #include #include #include @@ -630,8 +630,8 @@ bool AreaTMX::processObject(XMLNode node, int z) bool wwide[5], hwide[5]; /* wide exit in dimensions: width, height */ ScriptRef enterScript, leaveScript, useScript; - boost::scoped_ptr exit[5]; - boost::scoped_ptr layermods[5]; + std::unique_ptr exit[5]; + std::unique_ptr layermods[5]; unsigned flags = 0x0; XMLNode child = node.childrenNode(); // -- 2.11.4.GIT