ZVISION: Remove extraneous semicolon

This commit is contained in:
richiesams 2013-08-26 14:08:09 -05:00
parent 7fb024c7fc
commit e32f6f7e38

View File

@ -65,7 +65,7 @@ RlfAnimation::RlfAnimation(const Common::String &fileName, bool stream)
_frames[i] = readNextFrame();
}
}
};
}
RlfAnimation::~RlfAnimation() {
if (_frames != 0) {