diff options
Diffstat (limited to 'indra/newview/llfloatertestinspectors.h')
-rw-r--r-- | indra/newview/llfloatertestinspectors.h | 2 |
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); |