diff options
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r-- | indra/newview/llfloaterregioninfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h index 8bcab111b5..8580189a2e 100644 --- a/indra/newview/llfloaterregioninfo.h +++ b/indra/newview/llfloaterregioninfo.h @@ -119,7 +119,6 @@ public: protected: void initCtrl(const std::string& name); - void initTextCtrl(const std::string& name); void initHelpBtn(const std::string& name, const std::string& xml_alert); // Callback for all help buttons, data is name of XML alert to show. @@ -295,6 +294,8 @@ public: LLPanelEstateInfo(); ~LLPanelEstateInfo() {} + void updateControls(LLViewerRegion* region); + virtual bool refreshFromRegion(LLViewerRegion* region); virtual bool estateUpdate(LLMessageSystem* msg); |