summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterlinkreplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterlinkreplace.h')
-rw-r--r--indra/newview/llfloaterlinkreplace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloaterlinkreplace.h b/indra/newview/llfloaterlinkreplace.h
index 7f9f0b59e1..31df083a11 100644
--- a/indra/newview/llfloaterlinkreplace.h
+++ b/indra/newview/llfloaterlinkreplace.h
@@ -86,10 +86,10 @@ public:
LLFloaterLinkReplace(const LLSD& key);
virtual ~LLFloaterLinkReplace();
- bool postBuild();
- virtual void onOpen(const LLSD& key);
+ bool postBuild() override;
+ void onOpen(const LLSD& key) override;
- virtual bool tick();
+ bool tick() override;
private:
void checkEnableStart();