projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cleanup and reformatting to match indentation style of the rest of wx
[wxWidgets.git]
/
include
/
wx
/
motif
/
icon.h
diff --git
a/include/wx/motif/icon.h
b/include/wx/motif/icon.h
index d1176761c5ea45f6d57d919e1e2603446bef5ed9..8042fb8f06c71da9c591c912cbf87295e9072e3b 100644
(file)
--- a/
include/wx/motif/icon.h
+++ b/
include/wx/motif/icon.h
@@
-57,8
+57,6
@@
public:
bool LoadFile(const wxString& name, long flags = wxBITMAP_TYPE_XPM,
int desiredWidth = -1, int desiredHeight = -1);
bool LoadFile(const wxString& name, long flags = wxBITMAP_TYPE_XPM,
int desiredWidth = -1, int desiredHeight = -1);
- bool LoadFile(const wxString& name, long type = wxBITMAP_TYPE_XBM)
- { return wxBitmap::LoadFile(name, type); }
inline wxIcon& operator = (const wxIcon& icon) { if (*this == icon) return (*this); Ref(icon); return *this; }
inline bool operator == (const wxIcon& icon) const { return m_refData == icon.m_refData; }
inline wxIcon& operator = (const wxIcon& icon) { if (*this == icon) return (*this); Ref(icon); return *this; }
inline bool operator == (const wxIcon& icon) const { return m_refData == icon.m_refData; }