SDK/ListenerComponent: Fix warnings

Former-commit-id: 7d1294593a24bce6d68a34326d9cb48f76127401 [formerly 6728deb3276df51fe4d850c1bd7a58b30d6fd53a]
Former-commit-id: c7ab5f3d821d86948a39468a67b31a597350eb93
This commit is contained in:
Lynix 2016-07-29 18:49:16 +02:00
parent e68b962f4d
commit 095a19e450
1 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@ namespace Ndk
class NDK_API ListenerComponent : public Component<ListenerComponent> class NDK_API ListenerComponent : public Component<ListenerComponent>
{ {
public: public:
ListenerComponent(); inline ListenerComponent();
~ListenerComponent() = default; ~ListenerComponent() = default;
bool IsActive() const; inline bool IsActive() const;
void SetActive(bool active = true); inline void SetActive(bool active = true);
static ComponentIndex componentIndex; static ComponentIndex componentIndex;