mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Added declared but unimplemented copy constructors and assignment operators.
This commit is contained in:
parent
c6a56d444e
commit
e59e35ae29
9 changed files with 29 additions and 0 deletions
|
@ -43,6 +43,9 @@ public:
|
|||
TDB (); // Default constructor
|
||||
~TDB (); // Destructor
|
||||
|
||||
TDB (const TDB&);
|
||||
TDB& operator= (const TDB&);
|
||||
|
||||
void clear ();
|
||||
void location (const std::string&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue