diff options
Diffstat (limited to 'src/libutil/aterm-map.hh')
-rw-r--r-- | src/libutil/aterm-map.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/aterm-map.hh b/src/libutil/aterm-map.hh index 3035b6ec5598..db36da377a79 100644 --- a/src/libutil/aterm-map.hh +++ b/src/libutil/aterm-map.hh @@ -40,7 +40,7 @@ public: /* Create a map. `expectedCount' is the number of elements the map is expected to hold. */ - ATermMap(unsigned int expectedCount); + ATermMap(unsigned int expectedCount = 16); ATermMap(const ATermMap & map); |