Index: native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h |
diff --git a/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h b/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h |
index 7172e1fe286a2c34fba14c0a98746be48747b44f..253f76832540f3272b8c3a74d4743c1f12775674 100644 |
--- a/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h |
+++ b/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h |
@@ -42,6 +42,8 @@ class HttpFsNode : public Node { |
const std::string& url, |
bool cache_content); |
+ virtual ~HttpFsNode(); |
+ |
private: |
Error GetStat_Locked(struct stat* stat); |
Error OpenUrl(const char* method, |