projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix warnings in EventsSuppressor ctor from gcc with -O option
[wxWidgets.git]
/
include
/
wx
/
os2
/
icon.h
diff --git
a/include/wx/os2/icon.h
b/include/wx/os2/icon.h
index 9c254a8353c17ba8c1151ba089014dd90e4fb44d..af4208791d177a52855ba3a32bd7d8d84f7e687d 100644
(file)
--- a/
include/wx/os2/icon.h
+++ b/
include/wx/os2/icon.h
@@
-64,11
+64,6
@@
public:
,int nDesiredHeight = -1
);
,int nDesiredHeight = -1
);
- inline bool operator == (const wxIcon& rIcon) const
- { return m_refData == rIcon.m_refData; }
- inline bool operator != (const wxIcon& rIcon) const
- { return m_refData != rIcon.m_refData; }
-
wxIconRefData *GetIconData() const { return (wxIconRefData *)m_refData; }
inline void SetHICON(WXHICON hIcon) { SetHandle((WXHANDLE)hIcon); }
wxIconRefData *GetIconData() const { return (wxIconRefData *)m_refData; }
inline void SetHICON(WXHICON hIcon) { SetHandle((WXHANDLE)hIcon); }