Correct kvp to_string typo

pull/233/head
lmat 9 years ago
parent f260a01bfd
commit 5b03182963

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

Loading…
Cancel
Save