summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llpanelprofileclassifieds.h2
-rw-r--r--indra/newview/llpanelprofilepicks.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelprofileclassifieds.h b/indra/newview/llpanelprofileclassifieds.h
index e0ca75728f..9a9f2185e8 100644
--- a/indra/newview/llpanelprofileclassifieds.h
+++ b/indra/newview/llpanelprofileclassifieds.h
@@ -124,7 +124,7 @@ public:
BOOL postBuild() override;
- void onOpen(const LLSD& key);
+ void onOpen(const LLSD& key) override;
void processProperties(void* data, EAvatarProcessorType type) override;
diff --git a/indra/newview/llpanelprofilepicks.h b/indra/newview/llpanelprofilepicks.h
index fc975604d9..8973b37d16 100644
--- a/indra/newview/llpanelprofilepicks.h
+++ b/indra/newview/llpanelprofilepicks.h
@@ -112,7 +112,7 @@ public:
BOOL postBuild() override;
- void setAvatarId(const LLUUID& avatar_id);
+ void setAvatarId(const LLUUID& avatar_id) override;
void setPickId(const LLUUID& id) { mPickId = id; }
virtual LLUUID& getPickId() { return mPickId; }