修改VirtualTileInterface继承自nbase::SupportWeakCallback,方便使用ToWeakCallback

This commit is contained in:
evilbeast 2019-07-07 06:38:03 +08:00
parent ba1381df3e
commit bb5cd4fb34

View File

@ -3,7 +3,7 @@
typedef function<void(int nStartIndex, int nEndIndex)> DataChangedNotify;
typedef function<void()> CountChangedNotify;
class UILIB_API VirtualTileInterface
class UILIB_API VirtualTileInterface: public nbase::SupportWeakCallback
{
public:
VirtualTileInterface();