summaryrefslogtreecommitdiff
path: root/gtk2_ardour/global_signals.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-06-25 21:27:37 +0200
committerRobin Gareus <robin@gareus.org>2014-06-25 21:47:54 +0200
commita3c378cf62939c85bcfa3b4c55b68c9163c5e21e (patch)
treee12ed4ef7caf02422df4dd7378269295c5b60a95 /gtk2_ardour/global_signals.h
parent1bd4e448defb93c879bf25167cf42b6d8534eb73 (diff)
move utility functions into a dedicated namespace
Diffstat (limited to 'gtk2_ardour/global_signals.h')
-rw-r--r--gtk2_ardour/global_signals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/global_signals.h b/gtk2_ardour/global_signals.h
index 3bd6f100a9..f1abb8dbb8 100644
--- a/gtk2_ardour/global_signals.h
+++ b/gtk2_ardour/global_signals.h
@@ -22,7 +22,9 @@
#include <sigc++/signal.h>
+namespace ARDOUR_UI_UTILS {
extern sigc::signal<void> ColorsChanged;
extern sigc::signal<void> DPIReset;
+} // namespace
#endif /* __gtk_ardour_global_signals_h__ */