From beccc53e951d86f071dc41aa8ea5a7dced3bf8a7 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Mon, 19 May 2014 12:52:56 -0500 Subject: [svn-r25203] Description: Made printError() virtual as the original; missed it from the previous fix. Merged from trunk: r25123 Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu) --- c++/src/H5Exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/src/H5Exception.h b/c++/src/H5Exception.h index f16a069..5373150 100644 --- a/c++/src/H5Exception.h +++ b/c++/src/H5Exception.h @@ -74,7 +74,7 @@ class H5_DLLCPP Exception { // Prints the error stack in a default manner. static void printErrorStack(FILE* stream = stderr, hid_t err_stack = H5E_DEFAULT); // Static - void printError(FILE* stream = NULL) const; + virtual void printError(FILE* stream = NULL) const; // Default constructor Exception(); -- cgit v0.12