Use the same function signature as the WebView2 SDK
This commit is contained in:
committed by
Vadim Zeitlin
parent
b465a95dcc
commit
84b19a0ce0
@@ -100,6 +100,11 @@ public:
|
||||
return m_ptr;
|
||||
}
|
||||
|
||||
T* Get() const
|
||||
{
|
||||
return m_ptr;
|
||||
}
|
||||
|
||||
bool operator<(T* ptr) const
|
||||
{
|
||||
return get() < ptr;
|
||||
|
Reference in New Issue
Block a user