X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2753fd96ffed24e04c4828eaa97dccfdb6b24764..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/msw/ole/uuid.h diff --git a/include/wx/msw/ole/uuid.h b/include/wx/msw/ole/uuid.h index 4cd02c9d89..2408450611 100644 --- a/include/wx/msw/ole/uuid.h +++ b/include/wx/msw/ole/uuid.h @@ -1,10 +1,9 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: ole/uuid.h +// Name: wx/msw/ole/uuid.h // Purpose: encapsulates an UUID with some added helper functions // Author: Vadim Zeitlin // Modified by: // Created: 11.07.97 -// RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin // Licence: wxWindows licence // @@ -76,7 +75,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; }