mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Revert "Command: Removed obsolete method"
This reverts commit 796ec14c31
.
This commit is contained in:
parent
f6ecc08b51
commit
fb13483cec
2 changed files with 6 additions and 0 deletions
|
@ -231,6 +231,11 @@ Command::Command ()
|
|||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Command::~Command ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::string Command::keyword () const
|
||||
{
|
||||
|
|
|
@ -53,6 +53,7 @@ public:
|
|||
};
|
||||
|
||||
Command ();
|
||||
virtual ~Command ();
|
||||
|
||||
static void factory (std::map <std::string, Command*>&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue