help and bugfix editor and start of keyboard

This commit is contained in:
nosogo
2010-12-24 03:36:34 +00:00
parent 97ee61165a
commit 2a4c9a99cd
6 changed files with 43 additions and 25 deletions

View File

@@ -74,7 +74,7 @@ class UndoPoint {
class ChangeStack : public std::stack<UndoPoint> {
public:
static const int maxSize = 100;
static const unsigned int maxSize = 100;
void clear() { c.clear(); }