FULLPIPE: Implement Movement::freePixelData()

This commit is contained in:
Eugene Sandulenko 2014-01-12 10:59:14 +02:00
parent 4e592c7249
commit 491a045eea
3 changed files with 16 additions and 3 deletions

View file

@ -88,6 +88,7 @@ class Picture : public MemoryObject {
virtual ~Picture();
void freePicture();
void freePixelData();
virtual bool load(MfcArchive &file);
void setAOIDs();