diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-01-13T14·21+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-01-13T14·21+0000 |
commit | 11158028be348ed9eb58bf78f4cc9711e8bfe664 (patch) | |
tree | d9c0419661749c4d9afd47f9400ebb542bffe444 /src/libutil | |
parent | 1b7840b949f038d44f31492bd59e0e189e17ef9c (diff) |
* Cleanup.
Diffstat (limited to 'src/libutil')
-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); |