From cff174b5417d9b242673588792d390db9f61ca93 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 23 Sep 2013 21:35:17 -0400 Subject: move rate_as_string() from EngineControl to utils.cc --- gtk2_ardour/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/utils.h') diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h index 5d7bf000ea..a1a54898b5 100644 --- a/gtk2_ardour/utils.h +++ b/gtk2_ardour/utils.h @@ -86,4 +86,6 @@ std::string escape_angled_brackets (std::string const &); Gdk::Color unique_random_color (std::list &); +std::string rate_as_string (float r); + #endif /* __ardour_gtk_utils_h__ */ -- cgit v1.2.3