GLK: Constifying attribute, width calc methods

This commit is contained in:
Paul Gilbert 2019-01-16 21:12:03 -08:00
parent b076911ae4
commit 795e23c05d
4 changed files with 9 additions and 10 deletions

View file

@ -91,7 +91,7 @@ private:
void scrollOneLine(bool forced);
void scrollResize();
int calcWidth(uint32 *chars, Attributes *attrs, int startchar, int numchars, int spw);
int calcWidth(const uint32 *chars, const Attributes *attrs, int startchar, int numchars, int spw);
public:
int _width, _height;
int _spaced;