@ -33,7 +33,7 @@ public:
/// filePath: [out] ex. /games/nel/stream/00/00/000000000..
/// hash: [in]
/// name: [in] name for debugging
virtual bool getFile(std::string &filePath, const CHashKey &hash, const std::string &name = "");
virtual bool getFile(std::string &filePath, const CHashKey &hash, const std::string &name = "") = 0;
}; /* class IStreamedPackageProvider */