projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update wxWebView guards to stop backend compilation when wxUSE_WEBVIEW is 0.
[wxWidgets.git]
/
interface
/
wx
/
ffile.h
diff --git
a/interface/wx/ffile.h
b/interface/wx/ffile.h
index 644bb1038518c848b4f5635a9d33890579f1e2ae..097bf94e3a293c6fad8f955e45a439bc9e3f56ea 100644
(file)
--- a/
interface/wx/ffile.h
+++ b/
interface/wx/ffile.h
@@
-106,7
+106,7
@@
public:
void Detach();
/**
- Returns @true if
the
an attempt has been made to read @e past
+ Returns @true if an attempt has been made to read @e past
the end of the file.
Note that the behaviour of the file descriptor based class wxFile is different as