summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterfonttest.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterfonttest.h')
-rw-r--r--indra/newview/llfloaterfonttest.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/indra/newview/llfloaterfonttest.h b/indra/newview/llfloaterfonttest.h
index eb2d410387..4406a9f36a 100644
--- a/indra/newview/llfloaterfonttest.h
+++ b/indra/newview/llfloaterfonttest.h
@@ -39,14 +39,10 @@
class LLFloaterFontTest:
public LLFloater
{
-public:
- static void show(void* unused);
-
+ friend class LLFloaterReg;
private:
- LLFloaterFontTest();
+ LLFloaterFontTest(const LLSD& key);
~LLFloaterFontTest();
-
- static LLFloaterFontTest* sInstance;
};
#endif