(svn r25820) -Codechange: More const-ness.

This commit is contained in:
frosch
2013-10-06 19:38:36 +00:00
parent 2d972cb418
commit 640d39c001
11 changed files with 11 additions and 11 deletions

View File

@@ -77,7 +77,7 @@ public:
/**
* Convert a sprite from the loader to our own format.
*/
virtual Sprite *Encode(SpriteLoader::Sprite *sprite, AllocatorProc *allocator) = 0;
virtual Sprite *Encode(const SpriteLoader::Sprite *sprite, AllocatorProc *allocator) = 0;
/**
* Move the destination pointer the requested amount x and y, keeping in mind