Correct kvp to_string typo

This commit is contained in:
lmat
2017-11-28 15:43:24 -05:00
parent f260a01bfd
commit 5b03182963

View File

@@ -174,7 +174,7 @@ struct to_string_visitor : boost::static_visitor<void>
{
output << "(null)";
}
output << " (timespec)";
output << " (gnc_numeric)";
}
void operator()(GncGUID * val)