mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Diagnostics: Implemented ::dump stubs in all objects
This commit is contained in:
parent
2d5e3af4ee
commit
47208f27b1
5 changed files with 23 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
|||
std::string Rules::dump () const
|
||||
{
|
||||
std::stringstream out;
|
||||
out << "Rules\n";
|
||||
|
||||
return out.str ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue