projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
guarding agains NULL
[wxWidgets.git]
/
include
/
wx
/
msw
/
combobox.h
diff --git
a/include/wx/msw/combobox.h
b/include/wx/msw/combobox.h
index 4f4a99458b980d5418c4bb5bba2f3ed39b9f99c5..191ebb3f90705b27f82587efd8e7d6052d1800cb 100644
(file)
--- a/
include/wx/msw/combobox.h
+++ b/
include/wx/msw/combobox.h
@@
-130,7
+130,6
@@
protected:
#if wxUSE_TOOLTIPS
virtual void DoSetToolTip(wxToolTip *tip);
#endif
- void MSWDoPopupOrDismiss(bool show);
// this is the implementation of GetEditHWND() which can also be used when
// we don't have the edit control, it simply returns NULL then