Index: src/libchcore/TFileInfoArray.h =================================================================== diff -u -N -ra5f396da5ed5ffb3fcd9fdf22afb5a7fd07e1ab8 -r73583f2ca01fa1b2eae49bbc63bce46b9ecff5db --- src/libchcore/TFileInfoArray.h (.../TFileInfoArray.h) (revision a5f396da5ed5ffb3fcd9fdf22afb5a7fd07e1ab8) +++ src/libchcore/TFileInfoArray.h (.../TFileInfoArray.h) (revision 73583f2ca01fa1b2eae49bbc63bce46b9ecff5db) @@ -24,6 +24,7 @@ #include "libchcore.h" #include "TPath.h" +#include "TModPathContainer.h" BEGIN_CHCORE_NAMESPACE @@ -37,7 +38,7 @@ class LIBCHCORE_API TFileInfoArray { public: - TFileInfoArray(const TPathContainer& rBasePaths); + TFileInfoArray(const TModPathContainer& rBasePaths); ~TFileInfoArray(); // Adds a new object info to this container @@ -70,7 +71,7 @@ void Serialize(TWriteBinarySerializer& rSerializer, bool bOnlyFlags) const; protected: - const TPathContainer& m_rBasePaths; + const TModPathContainer& m_rBasePaths; bool m_bComplete; #pragma warning(push)