summaryrefslogtreecommitdiff
path: root/tests/Hash_Map_Manager_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-25 21:42:00 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-25 21:42:00 +0000
commite42dcaa68a677c77f4e5353dfbe2d4699bbd5878 (patch)
tree20191ccf54e044fbd7044ca22667ec2578f3b884 /tests/Hash_Map_Manager_Test.cpp
parente291b625e1bf3fdc98b32e9d08b296d27b31d493 (diff)
downloadATCD-e42dcaa68a677c77f4e5353dfbe2d4699bbd5878.tar.gz
added args to declaration of main ()
Diffstat (limited to 'tests/Hash_Map_Manager_Test.cpp')
-rw-r--r--tests/Hash_Map_Manager_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Hash_Map_Manager_Test.cpp b/tests/Hash_Map_Manager_Test.cpp
index 423c9884512..bc04edcd5e0 100644
--- a/tests/Hash_Map_Manager_Test.cpp
+++ b/tests/Hash_Map_Manager_Test.cpp
@@ -140,7 +140,7 @@ Dumb_String::operator char * (void) const
static const int MAX_HASH = 256;
int
-main(void)
+main (int, char *[])
{
ACE_START_TEST ("Hash_Map_Manager_Test");