Rename Icon to Image

This commit is contained in:
Michal Moskal
2017-10-30 13:28:01 +00:00
parent f6e350cf9f
commit dcb398d3d5
7 changed files with 57 additions and 50 deletions

View File

@ -27,8 +27,8 @@ class MMap : public RefObject {
extern volatile bool paniced;
// Buffer and Icon share representation.
typedef Buffer Icon;
// Buffer and Image share representation.
typedef Buffer Image;
}