Version 4.2.0

This commit is contained in:
Gary Scavone
2009-03-24 23:02:14 -04:00
committed by Stephen Sinclair
parent cf06b7598b
commit a6381b9d38
281 changed files with 17152 additions and 12000 deletions

View File

@@ -39,7 +39,7 @@ protected:
public:
//! The constructor.
RtError(const std::string& message, Type type = RtError::UNSPECIFIED) : message_(message), type_(type){}
RtError(const std::string& message, Type type = RtError::UNSPECIFIED) : message_(message), type_(type) {}
//! The destructor.
virtual ~RtError(void) {};