Use the same function signature as the WebView2 SDK

This commit is contained in:
Maarten Bent
2021-01-27 22:34:15 +01:00
committed by Vadim Zeitlin
parent b465a95dcc
commit 84b19a0ce0
2 changed files with 27 additions and 22 deletions

View File

@@ -100,6 +100,11 @@ public:
return m_ptr;
}
T* Get() const
{
return m_ptr;
}
bool operator<(T* ptr) const
{
return get() < ptr;