projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't handle RPC_E_CHANGED_MODE return of OleInitialize() as an error.
[wxWidgets.git]
/
include
/
wx
/
msw
/
ole
/
uuid.h
diff --git
a/include/wx/msw/ole/uuid.h
b/include/wx/msw/ole/uuid.h
index 4cd02c9d89d8fe6a82f4ea72ba7ec1fd2147b4ca..ef82be0371e1fded02615b3fa8650970f923ebd2 100644
(file)
--- a/
include/wx/msw/ole/uuid.h
+++ b/
include/wx/msw/ole/uuid.h
@@
-76,7
+76,7
@@
public:
// comparison operators
bool operator==(const Uuid& uuid) const;
- bool operator!=(const Uuid& uuid) const
;
+ bool operator!=(const Uuid& uuid) const
{ return !(*this == uuid); }
// accessors
operator const UUID*() const { return &m_uuid; }