git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41793
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
inline operator I *() const {return m_interface;}\
inline I* operator ->() {return m_interface;}\
inline I** GetRef() {return &m_interface;}\
inline operator I *() const {return m_interface;}\
inline I* operator ->() {return m_interface;}\
inline I** GetRef() {return &m_interface;}\
- inline bool Ok() const { return IsOk(); }
+ inline bool Ok() const { return IsOk(); }\
inline bool IsOk() const {return m_interface != NULL;}\
};
inline bool IsOk() const {return m_interface != NULL;}\
};