LiFan
2025-03-10 53fc843d392de8ee62208b5950db40951e31d526
jrj/xframe/wobject/xpage.hpp
@@ -14,6 +14,8 @@
class xpage : public xnative
{
public:
    xpage(void* impl) :xnative(impl) {}
public:
    kpage* getKPage()
    {
        return (kpage*)this->GetNativePtr();