add virtual

This commit is contained in:
2youyou2 2013-11-06 15:40:06 +08:00
parent 12d6bc1722
commit efd8f62992
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ public:
public:
Skin();
bool initWithSpriteFrameName(const char *pszSpriteFrameName) override;
bool initWithFile(const char *pszFilename) override;
virtual bool initWithSpriteFrameName(const char *pszSpriteFrameName) override;
virtual bool initWithFile(const char *pszFilename) override;
void updateArmatureTransform();
void updateTransform() override;