summaryrefslogtreecommitdiffstats
path: root/src/Legend.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-27 17:57:58 +0100
committerDavid Robillard <d@drobilla.net>2020-11-27 21:42:52 +0100
commitc4ba42fa4b2972ac1f636b6683f791dd72b71036 (patch)
tree0e078325fe6b27b82eb5adc00795a4672b5ff08e /src/Legend.hpp
parentb04fa862a1daeabd0a60a479cb5e3cacac4c94b2 (diff)
downloadpatchage-c4ba42fa4b2972ac1f636b6683f791dd72b71036.tar.gz
patchage-c4ba42fa4b2972ac1f636b6683f791dd72b71036.tar.bz2
patchage-c4ba42fa4b2972ac1f636b6683f791dd72b71036.zip
Make single-argument constructors explicit
Diffstat (limited to 'src/Legend.hpp')
-rw-r--r--src/Legend.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Legend.hpp b/src/Legend.hpp
index 2b3b7f6..cb05faf 100644
--- a/src/Legend.hpp
+++ b/src/Legend.hpp
@@ -26,7 +26,7 @@
class Legend : public Gtk::HBox
{
public:
- Legend(const Configuration& configuration)
+ explicit Legend(const Configuration& configuration)
{
add_button(PortType::jack_audio,
"Audio",