diff options
Diffstat (limited to 'indra/newview/llfloaterbeacons.h')
-rw-r--r-- | indra/newview/llfloaterbeacons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterbeacons.h b/indra/newview/llfloaterbeacons.h index 629934c346..f54fb2a50a 100644 --- a/indra/newview/llfloaterbeacons.h +++ b/indra/newview/llfloaterbeacons.h @@ -36,7 +36,7 @@ class LLFloaterBeacons : public LLFloater public: - /*virtual*/ BOOL postBuild(); + bool postBuild() override; // Needed to make the floater visibility toggle the beacons. // Too bad we can't just add control_name="BeaconAlwaysOn" to the XML. |