From 5c819462b8f146b25a7dbe2c948a8407e7c5dbbb Mon Sep 17 00:00:00 2001 From: Karsten Wiese Date: Thu, 22 Dec 2005 12:23:54 +0000 Subject: s/stringcr_t/const string &/ git-svn-id: svn://localhost/trunk/ardour2@201 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/utils.cc') diff --git a/gtk2_ardour/utils.cc b/gtk2_ardour/utils.cc index 290339cad8..448f1b57fe 100644 --- a/gtk2_ardour/utils.cc +++ b/gtk2_ardour/utils.cc @@ -105,7 +105,7 @@ short_version (string orig, string::size_type target_length) } string -fit_to_pixels (ARDOUR::stringcr_t str, int pixel_width, ARDOUR::stringcr_t font) +fit_to_pixels (const string & str, int pixel_width, const string & font) { Label foo; int width; -- cgit v1.2.3