diff options
Diffstat (limited to 'indra/llui/llflyoutbutton.h')
-rw-r--r-- | indra/llui/llflyoutbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llflyoutbutton.h b/indra/llui/llflyoutbutton.h index 7a49501318..73190fc984 100644 --- a/indra/llui/llflyoutbutton.h +++ b/indra/llui/llflyoutbutton.h @@ -54,7 +54,7 @@ protected: LLFlyoutButton(const Params&); friend class LLUICtrlFactory; public: - virtual void draw(); + void draw() override; void setToggleState(bool state); |