- fixed compile.

This commit is contained in:
Christoph Oelckers 2022-10-02 20:45:00 +02:00
commit 2c29a93f1f
4 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ public:
void Draw(int x, int y, int scale, bool cursor);
unsigned CalcCellSize(unsigned length);
unsigned CharsForCells(unsigned cellin, bool *overflow);
void MakeStartPosGood();;
void MakeStartPosGood();
void CursorStart();
void CursorEnd();