make TDB2.pending/completed non-public
References to methods on these fields are replaced with methods on TDB2, several of which already existed.
This commit is contained in:
committed by
Tomas Babej
parent
4ebd0ffb39
commit
271d06cd9c
@@ -202,7 +202,7 @@ void CmdContext::defineContext (const std::vector <std::string>& words, std::str
|
||||
// Check if the value is a proper filter by filtering current pending.data
|
||||
Filter filter;
|
||||
std::vector <Task> filtered;
|
||||
auto pending = Context::getContext ().tdb2.pending.get_tasks ();
|
||||
auto pending = Context::getContext ().tdb2.pending_tasks ();
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user