From df5b09744f8fb1ecbe5b356dc4d587de3af9c16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 22 Feb 2019 21:51:00 +0100 Subject: [PATCH] SceneGraph: fix build with latest Corrade. TBF, I'm increasingly unhappy with this abomination. --- src/Magnum/SceneGraph/Object.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Magnum/SceneGraph/Object.h b/src/Magnum/SceneGraph/Object.h index c025c067b..a8805c44a 100644 --- a/src/Magnum/SceneGraph/Object.h +++ b/src/Magnum/SceneGraph/Object.h @@ -316,6 +316,15 @@ template class Object: public AbstractObject>::erase; + private: + using Containers::LinkedListItem, Object>::erase; #endif private: