summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbeacons.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterbeacons.h')
-rw-r--r--indra/newview/llfloaterbeacons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterbeacons.h b/indra/newview/llfloaterbeacons.h
index c12bdd7261..8156e82ac3 100644
--- a/indra/newview/llfloaterbeacons.h
+++ b/indra/newview/llfloaterbeacons.h
@@ -45,8 +45,8 @@ public:
// 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);
+ /*virtual*/ void onOpen(const LLSD& key);
+ /*virtual*/ void onClose(bool app_quitting);
private:
LLFloaterBeacons(const LLSD& seed);