projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
keyword search should work now
[wxWidgets.git]
/
include
/
wx
/
stubs
/
icon.h
diff --git
a/include/wx/stubs/icon.h
b/include/wx/stubs/icon.h
index f68c23154b755734659dd4de24320a078aa4cb98..df475672ba243c5a826fb59cf52864485ffeb66e 100644
(file)
--- a/
include/wx/stubs/icon.h
+++ b/
include/wx/stubs/icon.h
@@
-45,7
+45,6
@@
public:
// Copy constructors
inline wxIcon(const wxIcon& icon) { Ref(icon); }
// Copy constructors
inline wxIcon(const wxIcon& icon) { Ref(icon); }
- inline wxIcon(const wxIcon* icon) { if (icon) Ref(*icon); }
wxIcon(const char bits[], int width, int height);
wxIcon(const wxString& name, long flags = wxBITMAP_TYPE_ICO_RESOURCE,
wxIcon(const char bits[], int width, int height);
wxIcon(const wxString& name, long flags = wxBITMAP_TYPE_ICO_RESOURCE,