minor fixes

This commit is contained in:
Nomango 2020-05-21 00:32:43 +08:00
parent 6a8b2f528a
commit fababdbe9b
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ public:
/// @param times 报时次数(设 -1 为永久)
static EventTickerPtr Create(Duration interval, int times = -1);
using Ticker::Tick;
bool Tick(Duration dt) override;
};