diff options
Diffstat (limited to 'indra/newview/llfloaterbeacons.h')
-rw-r--r-- | indra/newview/llfloaterbeacons.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/indra/newview/llfloaterbeacons.h b/indra/newview/llfloaterbeacons.h index c12bdd7261..c175cb3ef4 100644 --- a/indra/newview/llfloaterbeacons.h +++ b/indra/newview/llfloaterbeacons.h @@ -36,22 +36,20 @@ #include "llfloater.h" -class LLFloaterBeacons : public LLFloater, public LLFloaterSingleton<LLFloaterBeacons> +class LLFloaterBeacons : public LLFloater { - friend class LLUISingleton<LLFloaterBeacons, VisibilityPolicy<LLFloater> >; + friend class LLFloaterReg; public: + /*virtual*/ BOOL postBuild(); // Needed to make the floater visibility toggle the beacons. // Too bad we can't just add control_name="BeaconAlwaysOn" to the XML. - /*virtual*/ void open(); - /*virtual*/ void close(bool app_quitting); + void onClickUICheck(LLUICtrl *ctrl); private: LLFloaterBeacons(const LLSD& seed); - - static void onClickUICheck(LLUICtrl *ctrl, void* data); }; #endif |