From bec5f1c07af7948eb26a7cbafc6d191cfbb77d97 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 20 Jul 2006 02:17:48 +0000 Subject: *** empty log message *** --- xml.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xml.h') diff --git a/xml.h b/xml.h index 17b01bb7..13bf317c 100644 --- a/xml.h +++ b/xml.h @@ -6,6 +6,8 @@ namespace ledger { +#if defined(HAVE_EXPAT) || defined(HAVE_XMLPARSE) + class xml_parser_t : public parser_t { public: @@ -18,6 +20,8 @@ class xml_parser_t : public parser_t const std::string * original_file = NULL); }; +#endif + class format_xml_entries : public format_entries { bool show_totals; -- cgit v1.2.3