diff options
Diffstat (limited to 'indra/newview/llfloaterdestinations.h')
-rw-r--r-- | indra/newview/llfloaterdestinations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterdestinations.h b/indra/newview/llfloaterdestinations.h index 3b88f5cc60..e2bc06882a 100644 --- a/indra/newview/llfloaterdestinations.h +++ b/indra/newview/llfloaterdestinations.h @@ -36,8 +36,8 @@ class LLFloaterDestinations: friend class LLFloaterReg; private: LLFloaterDestinations(const LLSD& key); - /*virtual*/ ~LLFloaterDestinations(); - /*virtual*/ BOOL postBuild(); + ~LLFloaterDestinations(); + bool postBuild() override; }; #endif |