summaryrefslogtreecommitdiffstats
path: root/raul/SMFReader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/SMFReader.hpp')
-rw-r--r--raul/SMFReader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/SMFReader.hpp b/raul/SMFReader.hpp
index a96c6aa..1e1b5e8 100644
--- a/raul/SMFReader.hpp
+++ b/raul/SMFReader.hpp
@@ -42,7 +42,7 @@ public:
const char* what() const throw() { return "Unsupported time stamp type (SMPTE)"; }
};
- SMFReader(const std::string filename="");
+ explicit SMFReader(const std::string filename="");
~SMFReader();
bool open(const std::string& filename) throw (std::logic_error, UnsupportedTime);