From 28d6722f3a2769f35a528a02550c22500b6aab1c Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 11 Oct 2013 01:59:33 +0200 Subject: Release 4.0.8 tarball --- doc/html/RtError_8h_source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/RtError_8h_source.html') diff --git a/doc/html/RtError_8h_source.html b/doc/html/RtError_8h_source.html index 2a208f7..08d41e3 100644 --- a/doc/html/RtError_8h_source.html +++ b/doc/html/RtError_8h_source.html @@ -40,11 +40,11 @@ 00039 00041 virtual ~RtError( void ) throw() {} 00042 -00044 virtual void printMessage( void ) throw() { std::cerr << '\n' << message_ << "\n\n"; } +00044 virtual void printMessage( void ) const throw() { std::cerr << '\n' << message_ << "\n\n"; } 00045 -00047 virtual const Type& getType(void) throw() { return type_; } +00047 virtual const Type& getType(void) const throw() { return type_; } 00048 -00050 virtual const std::string& getMessage(void) throw() { return message_; } +00050 virtual const std::string& getMessage(void) const throw() { return message_; } 00051 00053 virtual const char* what( void ) const throw() { return message_.c_str(); } 00054 -- cgit v1.2.3