use a slightly more sane cast
Change-Id: I325a8acac3168ec0a649033e3c3cef781ed7b53d
This commit is contained in:
@@ -41,7 +41,7 @@ class WindowHash
|
||||
{
|
||||
public:
|
||||
size_t operator()(const ::Window* argument) const
|
||||
{ return reinterpret_cast<unsigned long>(argument); }
|
||||
{ return reinterpret_cast<uintptr_t>(argument); }
|
||||
};
|
||||
|
||||
class EventDescriptor
|
||||
|
Reference in New Issue
Block a user