mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
default to 100 not 10
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4904 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d7f59018d5
commit
fe5cc4b241
@ -1,3 +1,7 @@
|
||||
2002-08-08 John Levon <levon@movementarian.org>
|
||||
|
||||
* limited_stack.h: default to 100 not 10
|
||||
|
||||
2002-08-01 John Levon <levon@movementarian.org>
|
||||
|
||||
* forkedcall.C: more details on error
|
||||
|
@ -26,7 +26,7 @@ public:
|
||||
typedef typename container_type::size_type size_type;
|
||||
|
||||
/// limit is the maximum size of the stack
|
||||
limited_stack(size_type limit = 10) {
|
||||
limited_stack(size_type limit = 100) {
|
||||
limit_ = limit;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user