aboutsummaryrefslogtreecommitdiff
path: root/lout/misc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lout/misc.hh')
-rw-r--r--lout/misc.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/misc.hh b/lout/misc.hh
index 0fcb914a..6a04c89a 100644
--- a/lout/misc.hh
+++ b/lout/misc.hh
@@ -92,7 +92,7 @@ private:
}
public:
- inline SimpleVector (int initAlloc)
+ inline SimpleVector (int initAlloc = 1)
{
this->num = 0;
this->numAlloc = initAlloc;