From 0c2049610a0f5c3eb47b5ba0675476abaa7c19d6 Mon Sep 17 00:00:00 2001 From: cutealien Date: Thu, 26 Aug 2021 21:00:31 +0000 Subject: [PATCH] Add missing _IRR_OVERRIDE_ Clang complained. Slightly interesting case - pure virtual function with override - I suppose for documentation purposes. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6245 dfc29bdd-3216-0410-991c-e03cc46cb475 --- include/ICameraSceneNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ICameraSceneNode.h b/include/ICameraSceneNode.h index 69fbae8..a157aac 100644 --- a/include/ICameraSceneNode.h +++ b/include/ICameraSceneNode.h @@ -72,7 +72,7 @@ namespace scene ISceneManager::addCameraSceneNodeFPS, may want to get this input for changing their position, look at target or whatever. */ - virtual bool OnEvent(const SEvent& event) =0; + virtual bool OnEvent(const SEvent& event) _IRR_OVERRIDE_ =0; //! Sets the look at target of the camera /** If the camera's target and rotation are bound ( @see