From ae250db884dba00df5cca72599b44333cb11e8ac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 May 2012 19:21:44 +0000 Subject: Lint. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4388 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Path.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raul/Path.hpp') diff --git a/raul/Path.hpp b/raul/Path.hpp index dd53ee5..960a8e1 100644 --- a/raul/Path.hpp +++ b/raul/Path.hpp @@ -45,7 +45,7 @@ class Path : public URI { public: class BadPath : public std::exception { public: - BadPath(const std::string& path) : _path(path) {} + explicit BadPath(const std::string& path) : _path(path) {} ~BadPath() throw() {} const char* what() const throw() { return _path.c_str(); } private: -- cgit v1.2.1