projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxConvFileName which is a variable, not define as wxConvFile; added comments...
[wxWidgets.git]
/
include
/
wx
/
combobox.h
diff --git
a/include/wx/combobox.h
b/include/wx/combobox.h
index 578801b858e189f8991e038cc4657c9f7990757f..051737b64677c4a63b7e33df13cd4c9943bd3aee 100644
(file)
--- a/
include/wx/combobox.h
+++ b/
include/wx/combobox.h
@@
-59,6
+59,10
@@
public:
virtual bool CanUndo() const = 0;
virtual bool CanRedo() const = 0;
virtual bool CanUndo() const = 0;
virtual bool CanRedo() const = 0;
+
+ // redeclare inherited SetSelection() overload here as well to avoid
+ // virtual function hiding
+ virtual void SetSelection(int n) = 0;
};
// ----------------------------------------------------------------------------
};
// ----------------------------------------------------------------------------