include: Fix typo in propkeydef.h.
This commit is contained in:
parent
ab683fee33
commit
a161d59504
|
@ -60,7 +60,7 @@
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
inline bool operator==(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther)
|
inline bool operator==(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther)
|
||||||
{
|
{
|
||||||
return IsEqualPropertyKey(guidOne, guidTwo);
|
return IsEqualPropertyKey(guidOne, guidOther);
|
||||||
}
|
}
|
||||||
inline bool operator!=(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther)
|
inline bool operator!=(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue