LiFan
2024-07-15 de9349d5502e956b09cebccb2c9dbb66f62a42f0
jrj/xframe/xcontrol/ximageview.hpp
@@ -15,7 +15,7 @@
        return (kimageview*)getNativePointer();
    }
public:
    int AddImages(LPCTSTR pUrl, LPCTSTR pText=NULL)
    int AddImages(LPCTSTR pUrl, LPCTSTR pText=L"")
    {
        return GetKImageView()->AddImages(pUrl, (LPTSTR)pText);
    }