Implement Sprite::frameTags()

This commit is contained in:
David Capello 2015-02-17 16:06:33 -03:00
parent bcf3b47962
commit 9e51cdce9c

View File

@ -120,7 +120,7 @@ namespace doc {
void setFrameRangeDuration(frame_t from, frame_t to, int msecs);
void setDurationForAllFrames(int msecs);
FrameTags& frameTags() const;
FrameTags& frameTags() { return m_frameTags; }
////////////////////////////////////////
// Shared Images and CelData (for linked Cels)