Use a BOOST_FOREACH and remove an old #include.
[dcpomatic.git] / test / test.h
index 3a11effa101b1628efc1022012d9ff944b1bb265..8ccebb5feb8c5bed0f56ce3c6d539e0b23ead499 100644 (file)
 class Film;
 class Image;
 
-extern boost::filesystem::path private_data;
+
+class TestPaths
+{
+public:
+       static boost::filesystem::path private_data;
+       static boost::filesystem::path xsd;
+};
 
 extern bool wait_for_jobs ();
 extern void setup_test_config ();