Fix syntax error in interface headers
Although these headers are not supposed to be compiled, it's still better to avoid at least the obvious typos in them. Closes https://github.com/wxWidgets/wxWidgets/pull/2140
This commit is contained in:
@@ -493,7 +493,7 @@ public:
|
||||
|
||||
Use wxStreamBase::IsOk() to verify if the constructor succeeded.
|
||||
*/
|
||||
wxFileInputStream(const wxString& filename, int flags = 0);
|
||||
wxFSInputStream(const wxString& filename, int flags = 0);
|
||||
|
||||
/**
|
||||
Returns @true if the stream is initialized and ready.
|
||||
|
Reference in New Issue
Block a user