Index: src/libchcore/FileInfo.h =================================================================== diff -u -N -rd12e49decb8a3df3e28f6786d38542390484ac07 -rf46d334ffd78c7daa7626f214ae698adbac5f36d --- src/libchcore/FileInfo.h (.../FileInfo.h) (revision d12e49decb8a3df3e28f6786d38542390484ac07) +++ src/libchcore/FileInfo.h (.../FileInfo.h) (revision f46d334ffd78c7daa7626f214ae698adbac5f36d) @@ -140,7 +140,7 @@ void Serialize(chcore::TWriteBinarySerializer& rSerializer, bool bOnlyFlags) const; protected: - const chcore::TPathContainer& m_rBasePaths; + const chcore::TPathContainer& m_rBasePaths; #pragma warning(push) #pragma warning(disable: 4251)