diff options
Diffstat (limited to 'indra/newview/llpanelland.h')
-rw-r--r-- | indra/newview/llpanelland.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelland.h b/indra/newview/llpanelland.h index 2ab1618d47..aa2a14d440 100644 --- a/indra/newview/llpanelland.h +++ b/indra/newview/llpanelland.h @@ -56,7 +56,7 @@ protected: static void onClickAbout(); protected: - virtual BOOL postBuild(); + bool postBuild() override; static LLPanelLandSelectObserver* sObserver; static LLPanelLandInfo* sInstance; |