CinematicCameraSpaceComponent in CSP 5.2.0+536 IsEnabled() functions missing override in declaration
To Reproduce
Steps to reproduce the behavior:
Download the CSP release
Build an application that uses the CinematicCameraSpaceComponent
Notice the compiler warnings:
./include/CSP/Multiplayer/Components/CinematicCameraSpaceComponent.h:173:7: warning: 'GetIsEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
bool GetIsEnabled() const;
^
./include/CSP/Multiplayer/Components/Interfaces/IEnableableComponent.h:33:15: note: overridden virtual function is here
virtual bool GetIsEnabled() const = 0;
^
In file included from components_getset.cpp:28:
./include/CSP/Multiplayer/Components/CinematicCameraSpaceComponent.h:175:7: warning: 'SetIsEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
void SetIsEnabled(bool InValue);
^
./include/CSP/Multiplayer/Components/Interfaces/IEnableableComponent.h:37:15: note: overridden virtual function is here
virtual void SetIsEnabled(bool InValue) = 0;
^
Expected behaviour
No compiler warnings (IsEnabled() functions are properly decorated)
CSP version (please complete the following information):
release 5.2.0+536
Language:
C++
Desktop (please complete the following information):
Describe the bug
CinematicCameraSpaceComponent in CSP 5.2.0+536 IsEnabled() functions missing override in declaration
To Reproduce
Steps to reproduce the behavior:
./include/CSP/Multiplayer/Components/CinematicCameraSpaceComponent.h:173:7: warning: 'GetIsEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] bool GetIsEnabled() const; ^ ./include/CSP/Multiplayer/Components/Interfaces/IEnableableComponent.h:33:15: note: overridden virtual function is here virtual bool GetIsEnabled() const = 0; ^ In file included from components_getset.cpp:28: ./include/CSP/Multiplayer/Components/CinematicCameraSpaceComponent.h:175:7: warning: 'SetIsEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void SetIsEnabled(bool InValue); ^ ./include/CSP/Multiplayer/Components/Interfaces/IEnableableComponent.h:37:15: note: overridden virtual function is here virtual void SetIsEnabled(bool InValue) = 0; ^
Expected behaviour
No compiler warnings (IsEnabled() functions are properly decorated)
CSP version (please complete the following information):
release 5.2.0+536
Language:
C++
Desktop (please complete the following information):
MacOS on Apple silicon