diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llfloaterregioninfo.h | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/llfloaterregioninfo.h')
-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); |