Amend previous patch also for PropertyObject<string>
This commit is contained in:
parent
0b1399479a
commit
e64902ae8c
@ -237,9 +237,9 @@ public:
|
|||||||
return (s == value);
|
return (s == value);
|
||||||
}
|
}
|
||||||
|
|
||||||
SGPropertyNode* node() const
|
SGPropertyNode* node(bool aCreate = false) const
|
||||||
{
|
{
|
||||||
return PropertyObjectBase::node(false);
|
return PropertyObjectBase::node(aCreate);
|
||||||
}
|
}
|
||||||
private:
|
private:
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user