projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
GetRegion is not needed anymore
[wxWidgets.git]
/
include
/
wx
/
helpbase.h
diff --git
a/include/wx/helpbase.h
b/include/wx/helpbase.h
index bc913e7f21fcda363a8805f5913911cb473ffc99..47af76dd34dd8757a9ae30afd91be0387e791334 100644
(file)
--- a/
include/wx/helpbase.h
+++ b/
include/wx/helpbase.h
@@
-82,7
+82,7
@@
public:
wxPoint *WXUNUSED(pos) = NULL,
bool *WXUNUSED(newFrameEachTime) = NULL)
{
- return
(wxFrame*)
NULL; // does nothing by default
+ return NULL; // does nothing by default
}
virtual bool Quit() = 0;