Fix use of DCPOMATIC_TEST_PRIVATE variable to specify where
[dcpomatic.git] / test / test.h
index aa58aac0993605b64c1a73a19e063806f8629f00..4968d330162eff74327dd8d1dc8722fec46ed314 100644 (file)
@@ -30,8 +30,8 @@ class Log;
 class TestPaths
 {
 public:
-       static boost::filesystem::path private_data;
-       static boost::filesystem::path xsd;
+       static boost::filesystem::path private_data();
+       static boost::filesystem::path xsd();
 };
 
 extern bool wait_for_jobs ();