summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-07 19:36:47 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-07 19:36:51 -0400
commit4a28e1765caff97b4c89884b6511a60d009211d8 (patch)
treec8c733b4c30250b912f9cd804338a065e99474b1 /src/report.h
parent19a59079fa1945d56605539dcc75e79cf9549fb2 (diff)
downloadledger-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.h2
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);