summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertestinspectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloatertestinspectors.h')
-rw-r--r--indra/newview/llfloatertestinspectors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertestinspectors.h b/indra/newview/llfloatertestinspectors.h
index 32954df66d..ab634771d5 100644
--- a/indra/newview/llfloatertestinspectors.h
+++ b/indra/newview/llfloatertestinspectors.h
@@ -40,7 +40,7 @@ private:
LLFloaterTestInspectors(const LLSD& seed);
~LLFloaterTestInspectors();
- /*virtual*/ BOOL postBuild();
+ bool postBuild() override;
// Button callback to show
void showAvatarInspector(LLUICtrl*, const LLSD& avatar_id);