X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2753fd96ffed24e04c4828eaa97dccfdb6b24764..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/msw/ole/uuid.h?ds=sidebyside diff --git a/include/wx/msw/ole/uuid.h b/include/wx/msw/ole/uuid.h index 4cd02c9d89..1b31d7373c 100644 --- a/include/wx/msw/ole/uuid.h +++ b/include/wx/msw/ole/uuid.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: ole/uuid.h +// Name: wx/msw/ole/uuid.h // Purpose: encapsulates an UUID with some added helper functions // Author: Vadim Zeitlin // Modified by: @@ -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; }