diff options
Diffstat (limited to 'indra/newview/llfloaterluascripts.h')
-rw-r--r-- | indra/newview/llfloaterluascripts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterluascripts.h b/indra/newview/llfloaterluascripts.h index c8c9e7f020..548bbd10f6 100644 --- a/indra/newview/llfloaterluascripts.h +++ b/indra/newview/llfloaterluascripts.h @@ -44,7 +44,7 @@ private: void populateScriptList(); void onScrollListRightClicked(LLUICtrl *ctrl, S32 x, S32 y); - LLTimer* mUpdateTimer; + std::unique_ptr<LLTimer> mUpdateTimer; LLScrollListCtrl* mScriptList; std::string mTargetFolderPath; |