diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h
index 858e6e26f80a8d2b76870c360c736737efff88e8..f29d5b55cab79b14f68c24adce415fa6a081b58f 100644
--- a/indra/newview/llfloatereditextdaycycle.h
+++ b/indra/newview/llfloatereditextdaycycle.h
@@ -77,7 +77,7 @@ class LLFloaterEditExtDayCycle : public LLFloater
 
     virtual void                refresh() override;
 
-    /* virtual */ BOOL	handleKeyUp(KEY key, MASK mask, BOOL called_from_parent);
+    BOOL			handleKeyUp(KEY key, MASK mask, BOOL called_from_parent) override;
 
 private: