Index: test/FileSystemJsObject.cpp |
=================================================================== |
--- a/test/FileSystemJsObject.cpp |
+++ b/test/FileSystemJsObject.cpp |
@@ -77,6 +77,12 @@ |
return path; |
} |
+ void SetBasePath(const std::string& path) |
+ { |
+ basePath = ""; |
+ return; |
Felix Dahlke
2013/04/30 09:14:52
I don't think this return is necessary.
|
+ } |
+ |
}; |
void ReadFile(AdblockPlus::JsEnginePtr jsEngine, std::string& content, |