projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
no changes, just remove #if'd out code
[wxWidgets.git]
/
include
/
wx
/
generic
/
helpext.h
diff --git
a/include/wx/generic/helpext.h
b/include/wx/generic/helpext.h
index 080ba946209f7dfdc5128c2c1f54461753bee550..9546bfe424b70253d4cae9e4f6f36091098f9593 100644
(file)
--- a/
include/wx/generic/helpext.h
+++ b/
include/wx/generic/helpext.h
@@
-69,7
+69,7
@@
public:
wxPoint *WXUNUSED(pos) = NULL,
bool *WXUNUSED(newFrameEachTime) = NULL)
{
- return
(wxFrame*)
NULL; // does nothing by default
+ return NULL; // does nothing by default
}
protected: