summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index f63f942b6..73c77c98d 100644
--- a/test/test.h
+++ b/test/test.h
@@ -96,7 +96,14 @@ private:
class ConfigRestorer
{
public:
+ ConfigRestorer(boost::filesystem::path override_path);
+
+ ConfigRestorer() {}
+
~ConfigRestorer();
+
+private:
+ boost::optional<boost::filesystem::path> _old_path;
};