SDK/ListenerComponent: Fix warnings
Former-commit-id: 7d1294593a24bce6d68a34326d9cb48f76127401 [formerly 6728deb3276df51fe4d850c1bd7a58b30d6fd53a] Former-commit-id: c7ab5f3d821d86948a39468a67b31a597350eb93
This commit is contained in:
parent
e68b962f4d
commit
095a19e450
|
|
@ -15,11 +15,11 @@ namespace Ndk
|
|||
class NDK_API ListenerComponent : public Component<ListenerComponent>
|
||||
{
|
||||
public:
|
||||
ListenerComponent();
|
||||
inline ListenerComponent();
|
||||
~ListenerComponent() = default;
|
||||
|
||||
bool IsActive() const;
|
||||
void SetActive(bool active = true);
|
||||
inline bool IsActive() const;
|
||||
inline void SetActive(bool active = true);
|
||||
|
||||
static ComponentIndex componentIndex;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue