mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
chore(build): update common
This commit is contained in:
parent
6732199eab
commit
1eb0a4ffbb
@ -1 +1 @@
|
||||
Subproject commit 4393798b9b783dca7d670b583bb2c02463797f0d
|
||||
Subproject commit c326701bd8dc2682f0abd1aed40ce6b987b816ec
|
||||
@ -83,9 +83,7 @@ int32_t Script_CreateFrame(lua_State* L) {
|
||||
}
|
||||
|
||||
// Build an XMLNode simulating the arguments to CreateFrame()
|
||||
XMLNode frameNode;
|
||||
|
||||
frameNode.Init(nullptr, v21);
|
||||
XMLNode frameNode(nullptr, v21);
|
||||
|
||||
if (v3) {
|
||||
frameNode.SetAttribute("name", v3);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user