]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/activex.h
added a menu command to switch between clipboard and primary selection
[wxWidgets.git] / include / wx / msw / ole / activex.h
index 5635819639c10a4b2044d7204574df986d8ddb03..99ef64557139d52a29a1fac5491c06d0a0fe2984 100644 (file)
@@ -127,7 +127,8 @@ class wxAutoOleInterface \
     inline operator I *() const {return m_interface;}\
     inline I* operator ->() {return m_interface;}\
     inline I** GetRef()    {return &m_interface;}\
     inline operator I *() const {return m_interface;}\
     inline I* operator ->() {return m_interface;}\
     inline I** GetRef()    {return &m_interface;}\
-    inline bool Ok() const    {return m_interface != NULL;}\
+    inline bool Ok() const { return IsOk(); }\
+    inline bool IsOk() const    {return m_interface != NULL;}\
 };
 
 WX_DECLARE_AUTOOLE(wxAutoIDispatch, IDispatch)
 };
 
 WX_DECLARE_AUTOOLE(wxAutoIDispatch, IDispatch)