修改VirtualTileInterface继承自nbase::SupportWeakCallback,方便使用ToWeakCallback
This commit is contained in:
parent
ba1381df3e
commit
bb5cd4fb34
@ -3,7 +3,7 @@
|
|||||||
typedef function<void(int nStartIndex, int nEndIndex)> DataChangedNotify;
|
typedef function<void(int nStartIndex, int nEndIndex)> DataChangedNotify;
|
||||||
typedef function<void()> CountChangedNotify;
|
typedef function<void()> CountChangedNotify;
|
||||||
|
|
||||||
class UILIB_API VirtualTileInterface
|
class UILIB_API VirtualTileInterface: public nbase::SupportWeakCallback
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
VirtualTileInterface();
|
VirtualTileInterface();
|
||||||
|
Loading…
Reference in New Issue
Block a user