diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-21 03:31:20 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-21 05:19:42 +0200 |
commit | 0fb52bd372aad468c890fc57f4ae3b8be7dad463 (patch) | |
tree | 58f37c310cd44fce7379c78135c3d9df911b0833 /indra/newview/llfloateravatartextures.h | |
parent | a5261a5fa8fad810ecb5c260d92c3e771822bf58 (diff) |
viewer#848 Xcode buildfix
Diffstat (limited to 'indra/newview/llfloateravatartextures.h')
-rw-r--r-- | indra/newview/llfloateravatartextures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloateravatartextures.h b/indra/newview/llfloateravatartextures.h index cbbb1b6a57..a9502f400c 100644 --- a/indra/newview/llfloateravatartextures.h +++ b/indra/newview/llfloateravatartextures.h @@ -43,7 +43,7 @@ public: bool postBuild() override; void draw() override; - void refresh(); + void refresh() override; private: static void onClickDump(void*); |