summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterluascripts.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-04-03 14:26:34 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-04-03 14:26:34 +0300
commitb351888ed7d395279dfc022363e911d52ebdcc16 (patch)
tree3ef539d498b094626e764b2281f1ba639cc14836 /indra/newview/llfloaterluascripts.h
parent479fa4350100dc96382f0b6b09b2b9036d170f04 (diff)
Add RAII class for adding/erasing script entries; code clean up
Diffstat (limited to 'indra/newview/llfloaterluascripts.h')
-rw-r--r--indra/newview/llfloaterluascripts.h2
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;