X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2753fd96ffed24e04c4828eaa97dccfdb6b24764..c81aea07393c320a930a63eafbc762f7c404b989:/include/wx/msw/ole/uuid.h?ds=inline diff --git a/include/wx/msw/ole/uuid.h b/include/wx/msw/ole/uuid.h index 4cd02c9d89..ef82be0371 100644 --- 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; }