diff options
Diffstat (limited to 'indra/newview/llpanelgrouplandmoney.h')
-rw-r--r-- | indra/newview/llpanelgrouplandmoney.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgrouplandmoney.h b/indra/newview/llpanelgrouplandmoney.h index 0df34d26ba..3a818ecc40 100644 --- a/indra/newview/llpanelgrouplandmoney.h +++ b/indra/newview/llpanelgrouplandmoney.h @@ -37,7 +37,7 @@ public: LLPanelGroupLandMoney(); virtual ~LLPanelGroupLandMoney(); virtual bool postBuild(); - virtual BOOL isVisibleByAgent(LLAgent* agentp); + virtual bool isVisibleByAgent(LLAgent* agentp); virtual void activate(); virtual bool needsApply(std::string& mesg); |