diff options
Diffstat (limited to 'raul/SMFWriter.hpp')
-rw-r--r-- | raul/SMFWriter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/SMFWriter.hpp b/raul/SMFWriter.hpp index 5c0ffef..4643624 100644 --- a/raul/SMFWriter.hpp +++ b/raul/SMFWriter.hpp @@ -29,7 +29,7 @@ namespace Raul { */ class SMFWriter : public Raul::MIDISink { public: - SMFWriter(TimeUnit unit); + explicit SMFWriter(TimeUnit unit); ~SMFWriter(); bool start(const std::string& filename, |