summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Exception.h')
-rw-r--r--c++/src/H5Exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Exception.h b/c++/src/H5Exception.h
index dc55844..308d958 100644
--- a/c++/src/H5Exception.h
+++ b/c++/src/H5Exception.h
@@ -15,7 +15,7 @@ class __DLLCPP__ Exception {
// Creates an exception with a function name where the failure occurs
// and an optional detailed message
- Exception( const string& func_name, const string& message = NULL);
+ Exception( const string& func_name, const string& message = 0);
Exception( const char* func_name, const char* message = NULL);
// copy constructor