summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterabout.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterabout.h')
-rw-r--r--indra/newview/llfloaterabout.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/indra/newview/llfloaterabout.h b/indra/newview/llfloaterabout.h
index 7564b8e41c..537c8f29c0 100644
--- a/indra/newview/llfloaterabout.h
+++ b/indra/newview/llfloaterabout.h
@@ -36,16 +36,15 @@
#include "llfloater.h"
class LLFloaterAbout
-: public LLFloater
+ : public LLFloater, public LLFloaterSingleton<LLFloaterAbout>
{
-public:
- LLFloaterAbout();
+ friend class LLUISingleton<LLFloaterAbout, VisibilityPolicy<LLFloater> >;
+protected:
+ LLFloaterAbout(const LLSD& key);
virtual ~LLFloaterAbout();
- static void show(void*);
-
-private:
- static LLFloaterAbout* sInstance;
+public:
+ /*virtual*/ BOOL postBuild();
};