diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-10-15 23:03:40 +0200 |
---|---|---|
committer | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-10-15 23:03:40 +0200 |
commit | b68557d9fe6cfdfafc3e9c609c1c8b799eb62f9f (patch) | |
tree | 6be4e29b1e9f323458fe46c599028df456ec581f /indra/newview | |
parent | 7f090c3859eb1df99d77918307275146768dc495 (diff) |
Add missing overrides
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterobjectweights.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloaterobjectweights.h b/indra/newview/llfloaterobjectweights.h index 0ae78faf48..bda625564b 100644 --- a/indra/newview/llfloaterobjectweights.h +++ b/indra/newview/llfloaterobjectweights.h @@ -65,13 +65,13 @@ public: void onWeightsUpdate(const SelectionCost& selection_cost) override; void setErrorStatus(S32 status, const std::string& reason) override; - void draw(); + void draw() override; void updateLandImpacts(const LLParcel* parcel); - void refresh(); + void refresh() override; private: - /*virtual*/ void generateTransactionID(); + void generateTransactionID() override; void toggleWeightsLoadingIndicators(bool visible); void toggleLandImpactsLoadingIndicators(bool visible); |