mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
Hooks
- Added ::initialize method.
This commit is contained in:
parent
bfb19e0a64
commit
6cff8d9ff6
3 changed files with 9 additions and 5 deletions
|
@ -35,6 +35,8 @@ public:
|
|||
Hooks (const Hooks&); // Deliberately unimplemented
|
||||
Hooks& operator= (const Hooks&); // Deliberately unimplemented
|
||||
|
||||
void initialize ();
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue