diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-04-10 09:14:13 +0300 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-04-10 09:14:13 +0300 | 
| commit | d34e323b9ece1114db3a626fd7744c926d0537d4 (patch) | |
| tree | 17737e253137bc510d4de8253e88cae33cbc0d7c /indra/newview/llfloaterobjectweights.h | |
| parent | 32e894b40ce50a04cc840339c593374f7fd9383f (diff) | |
macos buildfix
Diffstat (limited to 'indra/newview/llfloaterobjectweights.h')
| -rw-r--r-- | indra/newview/llfloaterobjectweights.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llfloaterobjectweights.h b/indra/newview/llfloaterobjectweights.h index 274f885891..40f571f4ad 100644 --- a/indra/newview/llfloaterobjectweights.h +++ b/indra/newview/llfloaterobjectweights.h @@ -58,7 +58,7 @@ public:      LLFloaterObjectWeights(const LLSD& key);      ~LLFloaterObjectWeights(); -    /*virtual*/ bool postBuild(); +    /*virtual*/ bool postBuild() override;      void onOpen(const LLSD& key) override; | 
