mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 972167 Followup to make the code compile now that it's actually being used
a=KWierso for checkin to a CLOSED TREE
This commit is contained in:
parent
38230af2d2
commit
fdecf9981d
@ -1719,7 +1719,7 @@ protected:
|
||||
// which won't call Init() and set up the auto buffer!
|
||||
nsAutoArrayBase(const self_type &aOther) {
|
||||
Init();
|
||||
AppendElements(aOther);
|
||||
this->AppendElements(aOther);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user