From 944c63e6f26d1f05ba6f63c60f510d3796872f3e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Feb 2009 19:07:30 -0400 Subject: The Great Renaming, Part II The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. --- src/compare.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compare.h') diff --git a/src/compare.h b/src/compare.h index bf85e1c7..92cee665 100644 --- a/src/compare.h +++ b/src/compare.h @@ -47,7 +47,7 @@ #define _COMPARE_H #include "expr.h" -#include "xact.h" +#include "post.h" #include "account.h" namespace ledger { @@ -91,7 +91,7 @@ bool compare_items::operator()(T * left, T * right) } template <> -bool compare_items::operator()(xact_t * left, xact_t * right); +bool compare_items::operator()(post_t * left, post_t * right); template <> bool compare_items::operator()(account_t * left, account_t * right); -- cgit v1.2.3