Build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-10-09 09:32:08 +00:00
parent f97a9818a1
commit bba0e4dceb

View File

@ -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;}\
};