forked from mia/Aegisub
Fix typo that resulted in automation macros not being able to set undo points
Originally committed to SVN as r5669.
This commit is contained in:
parent
0f605b358f
commit
c328bdfa5f
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ namespace Automation4 {
|
|||
if (!references) delete this;
|
||||
}
|
||||
|
||||
LuaAssFile::LuaAssFile(lua_State *L, AssFile *ass, bool can_modify, bool can_set_undp)
|
||||
LuaAssFile::LuaAssFile(lua_State *L, AssFile *ass, bool can_modify, bool can_set_undo)
|
||||
: ass(ass)
|
||||
, L(L)
|
||||
, can_modify(can_modify)
|
||||
|
|
Loading…
Reference in a new issue