diff options
-rw-r--r-- | indra/newview/llfloaterhowto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterhowto.h b/indra/newview/llfloaterhowto.h index c2703d815b..d8da355600 100644 --- a/indra/newview/llfloaterhowto.h +++ b/indra/newview/llfloaterhowto.h @@ -44,7 +44,7 @@ public: void onOpen(const LLSD& key) override; - virtual BOOL handleKeyHere(KEY key, MASK mask); + BOOL handleKeyHere(KEY key, MASK mask) override; static LLFloaterHowTo* getInstance(); |