summaryrefslogtreecommitdiff
path: root/libs/evoral/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-11 17:59:33 +0000
committerDavid Robillard <d@drobilla.net>2009-02-11 17:59:33 +0000
commit33bbc5cd841e0fcc596815c88ed804c07787c354 (patch)
tree84eaf1fe46971849110b26492ad67b85ade1fddc /libs/evoral/test
parent13bcd4342315eb20d5a27a06ba03f6890e20478a (diff)
Detect libsmf error and throw exceptions.
git-svn-id: svn://localhost/ardour2/branches/3.0@4532 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral/test')
-rw-r--r--libs/evoral/test/SMFTest.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/evoral/test/SMFTest.hpp b/libs/evoral/test/SMFTest.hpp
index 99c3288f5a..9787af8fc1 100644
--- a/libs/evoral/test/SMFTest.hpp
+++ b/libs/evoral/test/SMFTest.hpp
@@ -14,7 +14,7 @@ using namespace Evoral;
template<typename Time>
class TestSMF : public LibSMF<Time> {
public:
- int open(const std::string& path) {
+ int open(const std::string& path) THROW_FILE_ERROR {
return LibSMF<Time>::open(path);
}