xj qian
2025-03-13 8101de7d119a8fb0400bfb745cdfc040ca799e18
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();