summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbump.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterbump.h')
-rw-r--r--indra/newview/llfloaterbump.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/indra/newview/llfloaterbump.h b/indra/newview/llfloaterbump.h
index eb15671d41..1f2cb6d6ab 100644
--- a/indra/newview/llfloaterbump.h
+++ b/indra/newview/llfloaterbump.h
@@ -42,16 +42,17 @@ class LLScrollListCtrl;
class LLFloaterBump
: public LLFloater
{
-public:
- static void show(void *);
+ friend class LLFloaterReg;
+protected:
+ void add(LLScrollListCtrl* list, LLMeanCollisionData *mcd);
-private:
- LLFloaterBump();
- virtual ~LLFloaterBump();
- static void add(LLScrollListCtrl* list, LLMeanCollisionData *mcd);
+public:
+ /*virtual*/ void onOpen(const LLSD& key);
private:
- static LLFloaterBump* sInstance;
+
+ LLFloaterBump(const LLSD& key);
+ virtual ~LLFloaterBump();
};
#endif