summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-04 16:42:03 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 14:34:42 +0100
commit2105caa32a12236d5b70a0cf8b9ac62fcf7f574e (patch)
treec19bc651579257b262ab5001790790b75edc95c8 /test
parent4f590672720ace3ccb9582a2f539683fa83e1ac8 (diff)
Remove unnecessary Content class.
Diffstat (limited to 'test')
-rw-r--r--test/test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 433dad22..4c941023 100644
--- a/test/test.h
+++ b/test/test.h
@@ -17,6 +17,10 @@
*/
+namespace xmlpp {
+ class Element;
+}
+
extern boost::filesystem::path private_test;
extern void check_xml (xmlpp::Element* ref, xmlpp::Element* test, std::list<std::string> ignore);
extern void check_xml (std::string ref, std::string test, std::list<std::string> ignore);