diff options
| -rw-r--r-- | indra/newview/llfloaterobjectweights.h | 2 | ||||
| -rw-r--r-- | indra/newview/llpaneloutfitsinventory.h | 1 | 
2 files changed, 1 insertions, 2 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; diff --git a/indra/newview/llpaneloutfitsinventory.h b/indra/newview/llpaneloutfitsinventory.h index 6bd4b084c6..29f7eb44f7 100644 --- a/indra/newview/llpaneloutfitsinventory.h +++ b/indra/newview/llpaneloutfitsinventory.h @@ -109,7 +109,6 @@ protected:      void onWearablesLoading();  private:      LLPanel*                    mListCommands; -    LLMenuGL*                   mMenuAdd;      LLButton*                   mWearBtn = nullptr;      // List Commands                                                                //      ////////////////////////////////////////////////////////////////////////////////// | 
