diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterregioninfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterregioninfo.h b/linden/indra/newview/llfloaterregioninfo.h index 656583b..abf4789 100644 --- a/linden/indra/newview/llfloaterregioninfo.h +++ b/linden/indra/newview/llfloaterregioninfo.h | |||
@@ -79,6 +79,9 @@ public: | |||
79 | static LLPanelEstateInfo* getPanelEstate(); | 79 | static LLPanelEstateInfo* getPanelEstate(); |
80 | static LLPanelEstateCovenant* getPanelCovenant(); | 80 | static LLPanelEstateCovenant* getPanelCovenant(); |
81 | 81 | ||
82 | // from LLPanel | ||
83 | virtual void refresh(); | ||
84 | |||
82 | protected: | 85 | protected: |
83 | LLFloaterRegionInfo(const LLRect& rect); | 86 | LLFloaterRegionInfo(const LLRect& rect); |
84 | void refreshFromRegion(LLViewerRegion* region); | 87 | void refreshFromRegion(LLViewerRegion* region); |
@@ -294,6 +297,7 @@ public: | |||
294 | // LLPanel | 297 | // LLPanel |
295 | virtual BOOL postBuild(); | 298 | virtual BOOL postBuild(); |
296 | virtual void updateChild(LLUICtrl* child_ctrl); | 299 | virtual void updateChild(LLUICtrl* child_ctrl); |
300 | virtual void refresh(); | ||
297 | 301 | ||
298 | U32 computeEstateFlags(); | 302 | U32 computeEstateFlags(); |
299 | void setEstateFlags(U32 flags); | 303 | void setEstateFlags(U32 flags); |