diff options
Diffstat (limited to 'indra/newview/llfloaterregionrestarting.h')
-rw-r--r-- | indra/newview/llfloaterregionrestarting.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterregionrestarting.h b/indra/newview/llfloaterregionrestarting.h index ab080073e7..ee836dd00d 100644 --- a/indra/newview/llfloaterregionrestarting.h +++ b/indra/newview/llfloaterregionrestarting.h @@ -42,8 +42,8 @@ public: private: LLFloaterRegionRestarting(const LLSD& key); virtual ~LLFloaterRegionRestarting(); - virtual BOOL postBuild(); - virtual BOOL tick(); + virtual bool postBuild(); + virtual bool tick(); virtual void refresh(); virtual void draw(); virtual void regionChange(); |