From 8699104339217cf6b7e9fe46332c73f4a0c7901f Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 28 Jan 2019 23:01:27 +0100 Subject: Remove almost every -Wshadow warning --- engine/flatland.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/flatland.cpp') diff --git a/engine/flatland.cpp b/engine/flatland.cpp index da0f58d..309c18b 100644 --- a/engine/flatland.cpp +++ b/engine/flatland.cpp @@ -192,7 +192,7 @@ int flat::init_flatland(FlatWindow* w, const flat_status& s, float _fps) } catch (const ForceQuit& f) { cerr << "Flatland: a force quit call was thrown" << endl; - cerr << "Possible reason: " << f.reason << endl; + cerr << "Possible reason: " << f.m_reason << endl; quit(); } -- cgit v1.2.1