From: Włodzimierz Skiba Date: Mon, 9 Oct 2006 09:32:08 +0000 (+0000) Subject: Build fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bba0e4dceba0349937a44b367be9f8451b929c93?ds=inline Build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/ole/activex.h b/include/wx/msw/ole/activex.h index 6f00084a0e..99ef645571 100644 --- a/include/wx/msw/ole/activex.h +++ b/include/wx/msw/ole/activex.h @@ -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;}\ };