From 5ff6b15ef3c58a046fb9eec0273c5e7322988a14 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 Mar 2020 16:45:26 +0100 Subject: Move private_data into TestPaths --- test/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.h') diff --git a/test/test.h b/test/test.h index c94bad595..8ccebb5fe 100644 --- a/test/test.h +++ b/test/test.h @@ -24,11 +24,11 @@ class Film; class Image; -extern boost::filesystem::path private_data; class TestPaths { public: + static boost::filesystem::path private_data; static boost::filesystem::path xsd; }; -- cgit v1.2.3