mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1207862 - make WrapperFor() take a const ProxyAccessible * r=davidb
This commit is contained in:
parent
a9c913014f
commit
2f2aaad72c
@ -232,7 +232,7 @@ protected:
|
||||
};
|
||||
|
||||
static inline AccessibleWrap*
|
||||
WrapperFor(ProxyAccessible* aProxy)
|
||||
WrapperFor(const ProxyAccessible* aProxy)
|
||||
{
|
||||
return reinterpret_cast<AccessibleWrap*>(aProxy->GetWrapper());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user