diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-07 19:36:47 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-07 19:36:51 -0400 |
commit | 4a28e1765caff97b4c89884b6511a60d009211d8 (patch) | |
tree | c8c733b4c30250b912f9cd804338a065e99474b1 /src/report.h | |
parent | 19a59079fa1945d56605539dcc75e79cf9549fb2 (diff) | |
download | ledger-4a28e1765caff97b4c89884b6511a60d009211d8.tar.gz ledger-4a28e1765caff97b4c89884b6511a60d009211d8.tar.bz2 ledger-4a28e1765caff97b4c89884b6511a60d009211d8.zip |
Fixed some #include ordering issues.
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index 63a3d81f..6e2e77fb 100644 --- a/src/report.h +++ b/src/report.h @@ -164,7 +164,7 @@ public: HANDLED(base)); } - option_t<report_t> * report_t::lookup_option(const char * p); + option_t<report_t> * lookup_option(const char * p); virtual expr_t::ptr_op_t lookup(const string& name); |