]> git.saurik.com Git - wxWidgets.git/commitdiff
Build fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 9 Oct 2006 09:32:08 +0000 (09:32 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 9 Oct 2006 09:32:08 +0000 (09:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/ole/activex.h

index 6f00084a0e17a261826c7edac12e9264ac784fe8..99ef64557139d52a29a1fac5491c06d0a0fe2984 100644 (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;}\
 };