From bba0e4dceba0349937a44b367be9f8451b929c93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 9 Oct 2006 09:32:08 +0000 Subject: [PATCH] Build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/ole/activex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;}\ }; -- 2.45.2