mirror of
https://github.com/glest/glest-source.git
synced 2025-09-28 00:19:00 +02:00
help and bugfix editor and start of keyboard
This commit is contained in:
@@ -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(); }
|
||||
|
||||
|
Reference in New Issue
Block a user