summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatergridstatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloatergridstatus.h')
-rw-r--r--indra/newview/llfloatergridstatus.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llfloatergridstatus.h b/indra/newview/llfloatergridstatus.h
index 51fc397574..570479d990 100644
--- a/indra/newview/llfloatergridstatus.h
+++ b/indra/newview/llfloatergridstatus.h
@@ -50,21 +50,21 @@ public:
static void getGridStatusRSSCoro();
void startGridStatusTimer();
- BOOL isFirstUpdate() { return mIsFirstUpdate; }
- void setFirstUpdate(BOOL first_update) { mIsFirstUpdate = first_update; }
+ bool isFirstUpdate() { return mIsFirstUpdate; }
+ void setFirstUpdate(bool first_update) { mIsFirstUpdate = first_update; }
static LLFloaterGridStatus* getInstance();
private:
- /*virtual*/ BOOL postBuild();
+ /*virtual*/ bool postBuild();
void applyPreferredRect();
static std::map<std::string, std::string> sItemsMap;
LLFrameTimer mGridStatusTimer;
- BOOL mIsFirstUpdate;
+ bool mIsFirstUpdate;
};
#endif // LL_LLFLOATERGRIDSTATUS_H