diff options
Diffstat (limited to 'src/interface/Button.h')
| -rw-r--r-- | src/interface/Button.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface/Button.h b/src/interface/Button.h index 2244a91..5bc7fc3 100644 --- a/src/interface/Button.h +++ b/src/interface/Button.h @@ -47,8 +47,8 @@ public: virtual void DoAction(); //action of button what ever it may be void SetTogglable(bool isTogglable); bool GetTogglable(); - inline bool GetToggleState(); - inline void SetToggleState(bool state); + TPT_NO_INLINE bool GetToggleState(); + TPT_NO_INLINE void SetToggleState(bool state); void SetActionCallback(ButtonAction * action); ButtonAction * GetActionCallback() { return actionCallback; } void SetText(std::string buttonText); |
