1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Rename IConstImage to more clear ISharedImage

This commit is contained in:
Ivan Savenko
2024-07-24 13:04:45 +00:00
parent f75a25e369
commit 502f47c6b5
9 changed files with 80 additions and 80 deletions

View File

@@ -17,7 +17,7 @@
#include <SDL_surface.h>
SDLImageLoader::SDLImageLoader(SDLImageConst * Img):
SDLImageLoader::SDLImageLoader(SDLImageShared * Img):
image(Img),
lineStart(nullptr),
position(nullptr)