mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Hrm, how could this compile?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9e6f686559
commit
d2aa7b8ee7
@ -36,7 +36,7 @@ public:
|
||||
|
||||
inline Tree(const std::vector<ConcreteTreeNode*> &children,
|
||||
ConcreteTreeNode *par, const Payload &data)
|
||||
: Children(children), Parent(parent), Data(data) {}
|
||||
: Children(children), Parent(par), Data(data) {}
|
||||
|
||||
// Tree dtor - Free all children
|
||||
inline ~Tree() {
|
||||
|
@ -36,7 +36,7 @@ public:
|
||||
|
||||
inline Tree(const std::vector<ConcreteTreeNode*> &children,
|
||||
ConcreteTreeNode *par, const Payload &data)
|
||||
: Children(children), Parent(parent), Data(data) {}
|
||||
: Children(children), Parent(par), Data(data) {}
|
||||
|
||||
// Tree dtor - Free all children
|
||||
inline ~Tree() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user