summaryrefslogtreecommitdiffstats
path: root/ingen/ClashAvoider.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-12-25 12:52:58 -0500
committerDavid Robillard <d@drobilla.net>2017-12-25 12:52:58 -0500
commit3f6d53e423bd809b9c8ae807d28c61e99ce0a2f2 (patch)
treec3aa29eb94e0a51146473505ec4eeac7447551a4 /ingen/ClashAvoider.hpp
parente2d1344c7c4960da1f57e656c87c4599d81988aa (diff)
downloadingen-3f6d53e423bd809b9c8ae807d28c61e99ce0a2f2.tar.gz
ingen-3f6d53e423bd809b9c8ae807d28c61e99ce0a2f2.tar.bz2
ingen-3f6d53e423bd809b9c8ae807d28c61e99ce0a2f2.zip
Make single parameter destructors explicit
Diffstat (limited to 'ingen/ClashAvoider.hpp')
-rw-r--r--ingen/ClashAvoider.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/ClashAvoider.hpp b/ingen/ClashAvoider.hpp
index 78cda050..a5cd3643 100644
--- a/ingen/ClashAvoider.hpp
+++ b/ingen/ClashAvoider.hpp
@@ -34,7 +34,7 @@ class Store;
class INGEN_API ClashAvoider
{
public:
- ClashAvoider(const Store& store);
+ explicit ClashAvoider(const Store& store);
const Raul::URI map_uri(const Raul::URI& in);
const Raul::Path map_path(const Raul::Path& in);