Build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f97a9818a1
commit
bba0e4dceb
@ -127,7 +127,7 @@ class wxAutoOleInterface \
|
||||
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;}\
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user