summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Exception.cpp
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-01-07 15:37:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-01-07 15:37:14 (GMT)
commit008fbc9d453980011fb306b504b7e9bb4c5d9c72 (patch)
treeeab904dbc78fa27b146a60abf50fb7ee95d6bd0d /c++/src/H5Exception.cpp
parentfa754ebcbda8795d7a5412e4ab7e1bf897bbdf65 (diff)
downloadhdf5-008fbc9d453980011fb306b504b7e9bb4c5d9c72.zip
hdf5-008fbc9d453980011fb306b504b7e9bb4c5d9c72.tar.gz
hdf5-008fbc9d453980011fb306b504b7e9bb4c5d9c72.tar.bz2
[svn-r19925] bring BZ1165 solution from trunk.
Diffstat (limited to 'c++/src/H5Exception.cpp')
-rw-r--r--c++/src/H5Exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Exception.cpp b/c++/src/H5Exception.cpp
index e00b1de..8513372 100644
--- a/c++/src/H5Exception.cpp
+++ b/c++/src/H5Exception.cpp
@@ -22,7 +22,7 @@
namespace H5 {
#endif
-const H5std_string Exception::DEFAULT_MSG("No detailed information provided");
+const char Exception::DEFAULT_MSG[] = "No detailed information provided";
//--------------------------------------------------------------------------
// Function: Exception default constructor