Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
virtual void UsedBy(cPlayer * a_Player) override;
|
||||
virtual void SendTo(cClientHandle &) override {}
|
||||
|
||||
virtual void SetRedstonePower(bool a_Value)
|
||||
virtual void SetRedstonePower(bool a_Value) override
|
||||
{
|
||||
if (a_Value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user