mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Rules: Added default ctor
This commit is contained in:
parent
6e144c9091
commit
f7567a5a52
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
class Rules
|
||||
{
|
||||
public:
|
||||
Rules () = default;
|
||||
std::string dump () const;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue