]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/activex.h
set eol-style
[wxWidgets.git] / 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;}\
 };