mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Use SafeAddFirst
This commit is contained in:
parent
8234ce1e5f
commit
d190cc6e40
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ ScriptDelegate::ScriptDelegate(const char *inName, const char *inDescription)
|
|||
: name(inName)
|
||||
, description(inDescription)
|
||||
{
|
||||
LL_SafeAdd(root, this, next, prev);
|
||||
LL_SafeAddFirst(root, this, next, prev);
|
||||
}
|
||||
|
||||
ScriptDelegate::~ScriptDelegate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue