projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Increase interoperability between wxPoint and wxRealPoint introducing constructors...
[wxWidgets.git]
/
interface
/
wx
/
help.h
diff --git
a/interface/wx/help.h
b/interface/wx/help.h
index 09475c75e9991f5fb9e47190f1a75970b993a36e..e32617b3208f4aa2ce29a41bea17015416bd27a1 100644
(file)
--- a/
interface/wx/help.h
+++ b/
interface/wx/help.h
@@
-205,7
+205,7
@@
public:
wxHtmlHelpController ignores this call.
*/
- virtual bool LoadFile(const wxString& file =
""
);
+ virtual bool LoadFile(const wxString& file =
wxEmptyString
);
/**
Overrideable member called when this application's viewer is quit by the user.