xj qian
2024-11-05 e7d957fdf6716f44d32ffe0631e61e0eb4f13d45
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();