From a3c378cf62939c85bcfa3b4c55b68c9163c5e21e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 25 Jun 2014 21:27:37 +0200 Subject: move utility functions into a dedicated namespace --- gtk2_ardour/utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/utils.h') diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h index 4ff563080a..a99246632e 100644 --- a/gtk2_ardour/utils.h +++ b/gtk2_ardour/utils.h @@ -47,6 +47,8 @@ namespace ArdourCanvas { class Item; } +namespace ARDOUR_UI_UTILS { + extern sigc::signal DPIReset; gint just_hide_it (GdkEventAny*, Gtk::Window*); @@ -96,4 +98,5 @@ Gdk::Color unique_random_color (std::list &); std::string rate_as_string (float r); +} // namespace #endif /* __ardour_gtk_utils_h__ */ -- cgit v1.2.3