diff --git a/interface/wx/webview.h b/interface/wx/webview.h index cfbeaa4b49..a1e882a04a 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -731,7 +731,9 @@ public: wxWebViewHandler(const wxString& scheme); /** - @return A pointer to the file represented by @c uri. + @return A pointer to the file represented by @c uri, or @NULL. The + caller takes ownership of the returned pointer and is responsible for + deleting it. */ virtual wxFSFile* GetFile(const wxString &uri);