summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterauction.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-21 03:31:20 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-21 05:19:42 +0200
commit0fb52bd372aad468c890fc57f4ae3b8be7dad463 (patch)
tree58f37c310cd44fce7379c78135c3d9df911b0833 /indra/newview/llfloaterauction.h
parenta5261a5fa8fad810ecb5c260d92c3e771822bf58 (diff)
viewer#848 Xcode buildfix
Diffstat (limited to 'indra/newview/llfloaterauction.h')
-rw-r--r--indra/newview/llfloaterauction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterauction.h b/indra/newview/llfloaterauction.h
index a20144d4cf..04935c7c9e 100644
--- a/indra/newview/llfloaterauction.h
+++ b/indra/newview/llfloaterauction.h
@@ -47,8 +47,8 @@ class LLFloaterAuction : public LLFloater
friend class LLFloaterReg;
public:
// LLFloater interface
- /*virtual*/ void onOpen(const LLSD& key);
- /*virtual*/ void draw();
+ void onOpen(const LLSD& key) override;
+ void draw() override;
private: