From 130b05d32821d3fc9086c5d0b3f5700bd8c673c1 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 15 Jan 2008 21:31:19 -0500 Subject: [svn-r14424] Description: Correct typo in C++ example program Tested on: Mac OS X/32 10.5.1 (amazon) --- c++/examples/writedata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/examples/writedata.cpp b/c++/examples/writedata.cpp index 41fbd69..496c5d1 100644 --- a/c++/examples/writedata.cpp +++ b/c++/examples/writedata.cpp @@ -175,7 +175,7 @@ int main (void) coord[2][0] = 3; coord[2][1] = 5; coord[3][0] = 5; coord[3][1] = 6; - fspace.selectElements( H5S_SELECT_SET, NPOINTS, coord); + fspace.selectElements( H5S_SELECT_SET, NPOINTS, (const hsize_t *)coord); /* * Write new selection of points to the dataset. -- cgit v0.12