From f1d7123f5a67fe32e0539bd8e3c253a2d83a400d Mon Sep 17 00:00:00 2001 From: Jarle Ladstein Date: Tue, 10 Dec 2013 16:39:58 +0100 Subject: [PATCH] Fixed bug in test of compound type fill value --- cxx4/test_type.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxx4/test_type.cpp b/cxx4/test_type.cpp index e2c7085..66276d5 100644 --- a/cxx4/test_type.cpp +++ b/cxx4/test_type.cpp @@ -416,7 +416,7 @@ try dummyStruct2[0].mem3[1]=-6; dummyStruct2[0].mem3[2]=20; - var_3.setFill(true,&dummyFill); + var_3.setFill(true,dummyFill); vector index(1);index[0]=1; //var_3.putVar(&dummyStruct2);