mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-05 01:40:44 +01:00
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
This commit is contained in:
parent
7812d914f2
commit
0c2049610a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user