From 94aa7038b40b013bfaf4132b92fcda6f2d9f623b Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sun, 1 Sep 2002 15:05:09 +0000 Subject: [PATCH] test_main signature [SVN r15128] --- test/stl_interaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stl_interaction.cpp b/test/stl_interaction.cpp index 7408dfe..4c07a03 100644 --- a/test/stl_interaction.cpp +++ b/test/stl_interaction.cpp @@ -10,7 +10,7 @@ #include int -test_main(int, char**) +test_main(int, char*[]) { using boost::extents; using boost::indices;