diff options
Diffstat (limited to 'indra/newview/llfloaterregiondebugconsole.h')
-rw-r--r-- | indra/newview/llfloaterregiondebugconsole.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloaterregiondebugconsole.h b/indra/newview/llfloaterregiondebugconsole.h index e7dc0f3a5f..a26cf1a30f 100644 --- a/indra/newview/llfloaterregiondebugconsole.h +++ b/indra/newview/llfloaterregiondebugconsole.h @@ -43,8 +43,7 @@ public: LLFloaterRegionDebugConsole(LLSD const & key); virtual ~LLFloaterRegionDebugConsole(); - // virtual - BOOL postBuild(); + bool postBuild() override; void onInput(LLUICtrl* ctrl, const LLSD& param); |