mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Added A::A default ctor
This commit is contained in:
parent
d1e7537e76
commit
370df8e07f
2 changed files with 1 additions and 4 deletions
|
@ -38,9 +38,7 @@
|
|||
class A2
|
||||
{
|
||||
public:
|
||||
/*
|
||||
A2 ();
|
||||
*/
|
||||
A2 (const std::string&, const std::string&, Lexer::Type);
|
||||
/*
|
||||
A2 (const std::string&, const int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue