add override

add onChecked() function to Timeline command
This commit is contained in:
blackmiaool 2015-05-02 20:51:49 +08:00
parent e646ee7047
commit ffab635acd

View File

@ -28,7 +28,7 @@ public:
protected:
void onLoadParams(const Params& params) override;
void onExecute(Context* context) override;
bool onChecked(Context* ctx);
bool onChecked(Context* ctx) override;
bool m_open;
bool m_close;