GLK: Constifying attribute, width calc methods
This commit is contained in:
parent
b076911ae4
commit
795e23c05d
4 changed files with 9 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue