Index: include/AdblockPlus/DefaultFileSystem.h |
=================================================================== |
--- a/include/AdblockPlus/DefaultFileSystem.h |
+++ b/include/AdblockPlus/DefaultFileSystem.h |
@@ -16,6 +16,7 @@ |
void Remove(const std::string& path); |
StatResult Stat(const std::string& path) const; |
std::string Resolve(const std::string& path) const; |
+ void SetBasePath(const std::string& path); |
}; |
} |