mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Correct kvp to_string typo
This commit is contained in:
@@ -174,7 +174,7 @@ struct to_string_visitor : boost::static_visitor<void>
|
||||
{
|
||||
output << "(null)";
|
||||
}
|
||||
output << " (timespec)";
|
||||
output << " (gnc_numeric)";
|
||||
}
|
||||
|
||||
void operator()(GncGUID * val)
|
||||
|
||||
Reference in New Issue
Block a user