mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-10 12:46:56 +08:00
Merge pull request #447 from zilongshanren/fix-warnings
add override keyword to remove warnings.
This commit is contained in:
commit
56bee5ccd2
@ -92,10 +92,10 @@ public:
|
|||||||
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