diff options
Diffstat (limited to 'xml.h')
-rw-r--r-- | xml.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |