From 932b031a2eec2e88f60a149901a279ede1b7e3b4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 30 Jan 2011 13:05:45 +0000 Subject: No-op; very minor cleanup. git-svn-id: svn://localhost/ardour2/branches/3.0@8620 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/canvas-flag.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/canvas-flag.cc') diff --git a/gtk2_ardour/canvas-flag.cc b/gtk2_ardour/canvas-flag.cc index 1a85cc9644..30299641ed 100644 --- a/gtk2_ardour/canvas-flag.cc +++ b/gtk2_ardour/canvas-flag.cc @@ -43,7 +43,7 @@ CanvasFlag::set_text(const string& a_text) { delete_allocated_objects(); - _text = new Text (*this, 0.0, 0.0, std::string(a_text)); + _text = new Text (*this, 0.0, 0.0, a_text); _text->property_justification() = Gtk::JUSTIFY_CENTER; _text->property_fill_color_rgba() = _outline_color_rgba; double flagwidth = _text->property_text_width() + 10.0; -- cgit v1.2.3