mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
071550fb90
commit
73062427d2
@ -34,7 +34,6 @@ struct VoidP{
|
||||
|
||||
void* ptr;
|
||||
VoidP(const void* ptr): ptr(const_cast<void*>(ptr)){}
|
||||
VoidP(void* ptr): ptr(ptr){}
|
||||
|
||||
bool operator==(const VoidP& other) const {
|
||||
return ptr == other.ptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user