projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxDFB's wxICON and wxBITMAP should use embedded XPMs, too
[wxWidgets.git]
/
include
/
wx
/
os2
/
choice.h
diff --git
a/include/wx/os2/choice.h
b/include/wx/os2/choice.h
index 1dbff3e6a6dca3c2e27dab35bde5b921edab55af..8054f2234422fe39a64df49439cd20cbfec36452 100644
(file)
--- a/
include/wx/os2/choice.h
+++ b/
include/wx/os2/choice.h
@@
-98,7
+98,6
@@
public:
virtual unsigned int GetCount() const;
virtual int GetSelection(void) const;
- virtual int GetCurrentSelection(void) const { return GetSelection(); }
virtual void SetSelection(int n);
virtual wxString GetString(unsigned int n) const;