Fixed test_main declarations.

[SVN r14863]
This commit is contained in:
Ronald Garcia
2002-08-14 22:29:36 +00:00
parent e816fcd969
commit 5099bc9170
34 changed files with 34 additions and 34 deletions

View File

@@ -11,7 +11,7 @@
#include "boost/array.hpp"
int
test_main(int,char**)
test_main(int,char*[])
{
const int ndims=3;
typedef boost::multi_array<int,ndims> array;