mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
DOM: Added dtor that delegate to DOM::Node
This commit is contained in:
parent
b34a51710e
commit
2b71434cf8
2 changed files with 14 additions and 5 deletions
|
@ -483,6 +483,12 @@ bool getDOM (const std::string& name, const Task& task, Variant& value)
|
|||
//
|
||||
// This makes the DOM class a reusible object.
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
DOM::~DOM ()
|
||||
{
|
||||
delete _node;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void DOM::addSource (
|
||||
const std::string&,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue