summaryrefslogtreecommitdiffstats
path: root/src/Legend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Legend.hpp')
-rw-r--r--src/Legend.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Legend.hpp b/src/Legend.hpp
index c1563e9..6d5807b 100644
--- a/src/Legend.hpp
+++ b/src/Legend.hpp
@@ -25,6 +25,8 @@
#include <string>
+namespace patchage {
+
class Legend : public Gtk::HBox
{
public:
@@ -39,4 +41,6 @@ public:
sigc::signal<void, PortType, std::string, uint32_t> signal_color_changed;
};
+} // namespace patchage
+
#endif // PATCHAGE_LEGEND_HPP