diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-04 16:42:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-04 16:42:03 +0100 |
| commit | ee47b3b97b16054e0c9bb85db0470eea6c49df43 (patch) | |
| tree | 5aad6cd811f2f86543bd01c482c2717b83870bbd /test | |
| parent | 951572c6eb7e31834d2d7f1fbc67a9cdb1336696 (diff) | |
Remove unnecessary Content class.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.h | 4 |
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); |
