summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbuildoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterbuildoptions.h')
-rw-r--r--indra/newview/llfloaterbuildoptions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloaterbuildoptions.h b/indra/newview/llfloaterbuildoptions.h
index 61db303ba2..43cbb201c2 100644
--- a/indra/newview/llfloaterbuildoptions.h
+++ b/indra/newview/llfloaterbuildoptions.h
@@ -42,10 +42,10 @@
class LLFloaterBuildOptions
- : public LLFloater, public LLFloaterSingleton<LLFloaterBuildOptions>
+ : public LLFloater
{
- friend class LLUISingleton<LLFloaterBuildOptions, VisibilityPolicy<LLFloater> >;
-public:
+ friend class LLFloaterReg;
+private:
LLFloaterBuildOptions(const LLSD& key);
~LLFloaterBuildOptions();
};