diff options
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index a57fbd587..61d9c64e6 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -675,6 +675,8 @@ public: static bool have_existing (std::string); static boost::filesystem::path config_file (); + static boost::optional<boost::filesystem::path> test_path; + private: Config (); static boost::filesystem::path path (std::string file, bool create_directories = true); |
