From becc05355512753c301210674820e04453ba26bd Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Thu, 21 Jul 2016 00:16:00 +0100 Subject: [PATCH] Trick the software into building by using what I assume is a really dirty hack. --- components/files/configurationmanager.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/files/configurationmanager.cpp b/components/files/configurationmanager.cpp index e1b82703f..ca2c22ecd 100644 --- a/components/files/configurationmanager.cpp +++ b/components/files/configurationmanager.cpp @@ -145,6 +145,9 @@ bool ConfigurationManager::loadConfig(const boost::filesystem::path& path, boost::iostreams::filtering_istream configFileStream; configFileStream.push(escape_hash_filter()); configFileStream.push(configFileStreamUnfiltered); + + boost::iostreams::filtering_istream dummyStreamThatShouldMakeOtherCodeCompile; + dummyStreamThatShouldMakeOtherCodeCompile.push(unescape_hash_filter()); if (configFileStreamUnfiltered.is_open()) { boost::program_options::store(boost::program_options::parse_config_file(