summaryrefslogtreecommitdiff
path: root/src/filters.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/filters.cc')
-rw-r--r--src/filters.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters.cc b/src/filters.cc
index 98288880..564c5f97 100644
--- a/src/filters.cc
+++ b/src/filters.cc
@@ -253,7 +253,7 @@ void anonymize_posts::operator()(post_t& post)
xact.copy_details(*post.xact);
std::ostringstream buf;
- buf << reinterpret_cast<uintmax_t>(post.xact->payee.c_str())
+ buf << reinterpret_cast<boost::uintmax_t>(post.xact->payee.c_str())
<< integer_gen() << post.xact->payee.c_str();
sha.reset();