macos buildfix
parent
32e894b40c
commit
d34e323b9e
|
|
@ -58,7 +58,7 @@ public:
|
|||
LLFloaterObjectWeights(const LLSD& key);
|
||||
~LLFloaterObjectWeights();
|
||||
|
||||
/*virtual*/ bool postBuild();
|
||||
/*virtual*/ bool postBuild() override;
|
||||
|
||||
void onOpen(const LLSD& key) override;
|
||||
|
||||
|
|
|
|||
|
|
@ -109,7 +109,6 @@ protected:
|
|||
void onWearablesLoading();
|
||||
private:
|
||||
LLPanel* mListCommands;
|
||||
LLMenuGL* mMenuAdd;
|
||||
LLButton* mWearBtn = nullptr;
|
||||
// List Commands //
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue