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:
Thomas Goyne 2011-09-29 00:10:22 +00:00
parent 0f605b358f
commit c328bdfa5f

View file

@ -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)