diff --git a/PowerUtils/xbox.h b/PowerUtils/xbox.h index 2b21385..251a2d8 100644 --- a/PowerUtils/xbox.h +++ b/PowerUtils/xbox.h @@ -140,9 +140,12 @@ struct xpointer { be ptr; + xpointer() : ptr(0) + { + } + xpointer(T* ptr) : ptr((uint32_t)ptr) { - } T* get() const