summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermemleak.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloatermemleak.h')
-rw-r--r--indra/newview/llfloatermemleak.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloatermemleak.h b/indra/newview/llfloatermemleak.h
index 86416eaa07..932a838a96 100644
--- a/indra/newview/llfloatermemleak.h
+++ b/indra/newview/llfloatermemleak.h
@@ -35,8 +35,8 @@ class LLFloaterMemLeak : public LLFloater
public:
/// initialize all the callbacks for the menu
- virtual BOOL postBuild() ;
- virtual void draw() ;
+ bool postBuild() override;
+ void draw() override;
void onChangeLeakingSpeed();
void onChangeMaxMemLeaking();