diff options
Diffstat (limited to 'src/compoundsprite.cpp')
-rw-r--r-- | src/compoundsprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compoundsprite.cpp b/src/compoundsprite.cpp index fa5b4b202..98ee8c6df 100644 --- a/src/compoundsprite.cpp +++ b/src/compoundsprite.cpp @@ -229,7 +229,7 @@ int CompoundSprite::getNumberOfLayers() const if (mImage || mAlphaImage) return 1; else - return size(); + return static_cast<int>(size()); } unsigned int CompoundSprite::getCurrentFrame() const |