summaryrefslogtreecommitdiff
path: root/RtError.h
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-10-09 23:49:32 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-10 01:15:42 +0200
commitfdc3f15bec57b30fae67f65270392ba7a86680b8 (patch)
treec40a558b21ec18df4a4fd2613ead8f54dd3c4156 /RtError.h
parent2b55be781872498a3b4c6cde60be4c2f69ec7eb4 (diff)
Version 3.0.2
Diffstat (limited to 'RtError.h')
-rw-r--r--RtError.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/RtError.h b/RtError.h
index 465cd75..cb1283d 100644
--- a/RtError.h
+++ b/RtError.h
@@ -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) {};