From 742b2a22bdcb69e6f615a284065ba2696e7bc261 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 11 May 2016 22:00:30 +0300 Subject: Allow set skip error flag for configuration loading. --- src/configuration.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/configuration.h') diff --git a/src/configuration.h b/src/configuration.h index a9d5fdb21..1c91ae1b8 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -245,7 +245,8 @@ class Configuration final : public ConfigurationObject * @param useResManager Make use of the resource manager. */ void init(const std::string &filename, - const UseResman useResManager = UseResman_false); + const UseResman useResManager = UseResman_false, + const SkipError skipError = SkipError_false); void reInit(); -- cgit v1.2.3-70-g09d2