mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
add override keyword to remove warnings.
This commit is contained in:
parent
afd9f2595d
commit
fc1ebf4bb4
@ -91,11 +91,11 @@ public:
|
|||||||
/* @param attachmentName May be 0 for no attachment. */
|
/* @param attachmentName May be 0 for no attachment. */
|
||||||
bool setAttachment (const std::string& slotName, const char* attachmentName);
|
bool setAttachment (const std::string& slotName, const char* attachmentName);
|
||||||
|
|
||||||
// --- BlendProtocol
|
// --- BlendProtocol
|
||||||
virtual void setBlendFunc (const cocos2d::BlendFunc& blendFunc);
|
virtual void setBlendFunc (const cocos2d::BlendFunc& blendFunc)override;
|
||||||
virtual const cocos2d::BlendFunc& getBlendFunc () const;
|
virtual const cocos2d::BlendFunc& getBlendFunc () const override;
|
||||||
virtual void setOpacityModifyRGB (bool value);
|
virtual void setOpacityModifyRGB (bool value) override;
|
||||||
virtual bool isOpacityModifyRGB () const;
|
virtual bool isOpacityModifyRGB () const override;
|
||||||
|
|
||||||
CC_CONSTRUCTOR_ACCESS:
|
CC_CONSTRUCTOR_ACCESS:
|
||||||
SkeletonRenderer ();
|
SkeletonRenderer ();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user