We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab7ea0 commit cd231d5Copy full SHA for cd231d5
amf/public/include/core/Platform.h
@@ -421,12 +421,12 @@ namespace amf
421
} AMFGuid;
422
423
#if defined(__cplusplus)
424
- AMF_INLINE bool AMFCompareGUIDs(const AMFGuid& guid1, const AMFGuid& guid2)
+ static AMF_INLINE bool AMFCompareGUIDs(const AMFGuid& guid1, const AMFGuid& guid2)
425
{
426
return guid1 == guid2;
427
}
428
#else
429
- AMF_INLINE amf_bool AMFCompareGUIDs(const struct AMFGuid guid1, const struct AMFGuid guid2)
+ static AMF_INLINE amf_bool AMFCompareGUIDs(const struct AMFGuid guid1, const struct AMFGuid guid2)
430
431
return memcmp(&guid1, &guid2, sizeof(guid1)) == 0;
432
0 commit comments