Index: include/AdblockPlus/DefaultFileSystem.h |
diff --git a/include/AdblockPlus/DefaultFileSystem.h b/include/AdblockPlus/DefaultFileSystem.h |
index 0b25ceeda0fdf386944599afe09e24f7e028ed16..497daef94bef8eac987d61c90379097c4e3a1a8a 100644 |
--- a/include/AdblockPlus/DefaultFileSystem.h |
+++ b/include/AdblockPlus/DefaultFileSystem.h |
@@ -38,7 +38,7 @@ namespace AdblockPlus |
{ |
public: |
std::shared_ptr<std::istream> Read(const std::string& path) const; |
- void Write(const std::string& path, std::shared_ptr<std::istream> data); |
+ void Write(const std::string& path, std::istream& data); |
void Move(const std::string& fromPath, const std::string& toPath); |
void Remove(const std::string& path); |
StatResult Stat(const std::string& path) const; |