diff options
Diffstat (limited to 'indra/llui/llfiltereditor.h')
-rw-r--r-- | indra/llui/llfiltereditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfiltereditor.h b/indra/llui/llfiltereditor.h index 686827d94c..685219c9f6 100644 --- a/indra/llui/llfiltereditor.h +++ b/indra/llui/llfiltereditor.h @@ -49,7 +49,7 @@ protected: LLFilterEditor(const Params&); friend class LLUICtrlFactory; - /*virtual*/ void handleKeystroke(); + void handleKeystroke() override; }; #endif // LL_FILTEREDITOR_H |