about summary refs log tree commit diff
path: root/src/libutil/aterm-map.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-01-13T14·21+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-01-13T14·21+0000
commit11158028be348ed9eb58bf78f4cc9711e8bfe664 (patch)
treed9c0419661749c4d9afd47f9400ebb542bffe444 /src/libutil/aterm-map.hh
parent1b7840b949f038d44f31492bd59e0e189e17ef9c (diff)
* Cleanup.
Diffstat (limited to '')
-rw-r--r--src/libutil/aterm-map.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/aterm-map.hh b/src/libutil/aterm-map.hh
index 3035b6ec55..db36da377a 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);