diff options
Diffstat (limited to 'indra/newview/llfloaterabout.h')
-rw-r--r-- | indra/newview/llfloaterabout.h | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/indra/newview/llfloaterabout.h b/indra/newview/llfloaterabout.h index c15a20d549..1092282ae2 100644 --- a/indra/newview/llfloaterabout.h +++ b/indra/newview/llfloaterabout.h @@ -33,19 +33,9 @@ #ifndef LL_LLFLOATERABOUT_H #define LL_LLFLOATERABOUT_H -#include "llfloater.h" - -class LLFloaterAbout - : public LLFloater +namespace LLFloaterAboutUtil { - friend class LLFloaterReg; -private: - LLFloaterAbout(const LLSD& key); - virtual ~LLFloaterAbout(); - -public: - /*virtual*/ BOOL postBuild(); -}; - + void registerFloater(); +} #endif // LL_LLFLOATERABOUT_H |