summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateravatartextures.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloateravatartextures.h')
-rw-r--r--indra/newview/llfloateravatartextures.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloateravatartextures.h b/indra/newview/llfloateravatartextures.h
index 02474a10e1..a9502f400c 100644
--- a/indra/newview/llfloateravatartextures.h
+++ b/indra/newview/llfloateravatartextures.h
@@ -40,10 +40,10 @@ public:
LLFloaterAvatarTextures(const LLSD& id);
virtual ~LLFloaterAvatarTextures();
- /*virtual*/ BOOL postBuild();
- /*virtual*/ void draw();
+ bool postBuild() override;
+ void draw() override;
- void refresh();
+ void refresh() override;
private:
static void onClickDump(void*);