summaryrefslogtreecommitdiffstats
path: root/src/Legend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Legend.hpp')
-rw-r--r--src/Legend.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Legend.hpp b/src/Legend.hpp
index ab64d2f..81fbd86 100644
--- a/src/Legend.hpp
+++ b/src/Legend.hpp
@@ -36,16 +36,16 @@ class Configuration;
class Legend : public Gtk::HBox
{
public:
- explicit Legend(const Configuration& configuration);
+ explicit Legend(const Configuration& configuration);
- sigc::signal<void, PortType, std::string, uint32_t> signal_color_changed;
+ sigc::signal<void, PortType, std::string, uint32_t> signal_color_changed;
private:
- void add_button(PortType id, const std::string& label, uint32_t rgba);
+ void add_button(PortType id, const std::string& label, uint32_t rgba);
- void on_color_set(PortType id,
- const std::string& label,
- const Gtk::ColorButton* but);
+ void on_color_set(PortType id,
+ const std::string& label,
+ const Gtk::ColorButton* but);
};
} // namespace patchage