From 170d6b24cec9b7fe51d74b75544a097948e03082 Mon Sep 17 00:00:00 2001 From: Karsten Wiese Date: Fri, 16 Dec 2005 22:30:49 +0000 Subject: use stringcr_t and gain 1/1000 binary size reduction. not thaat much... git-svn-id: svn://localhost/trunk/ardour2@194 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/imageframe_view.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/imageframe_view.h') diff --git a/gtk2_ardour/imageframe_view.h b/gtk2_ardour/imageframe_view.h index a49f7c9200..c16b196c73 100644 --- a/gtk2_ardour/imageframe_view.h +++ b/gtk2_ardour/imageframe_view.h @@ -60,7 +60,7 @@ class ImageFrameView : public TimeAxisViewItem * @param height the width of the origianl rgb_data image data * @param num_channels the number of color channels within rgb_data */ - ImageFrameView(std::string item_id, + ImageFrameView(ARDOUR::stringcr_t item_id, ArdourCanvas::Group *parent, ImageFrameTimeAxis *tv, ImageFrameTimeAxisGroup* group, @@ -150,7 +150,7 @@ class ImageFrameView : public TimeAxisViewItem * @param src the identity of the object that initiated the change * @return the removed marker item */ - MarkerView* remove_named_marker_view_item(std::string markId, void* src) ; + MarkerView* remove_named_marker_view_item(ARDOUR::stringcr_t markId, void* src) ; /** * Removes item from the list of marker views assocaited with this item @@ -167,7 +167,7 @@ class ImageFrameView : public TimeAxisViewItem * * @param markId the id/name of the item to search for */ - bool has_marker_view_item(std::string markId) ; + bool has_marker_view_item(ARDOUR::stringcr_t markId) ; //---------------------------------------------------------------------------------// -- cgit v1.2.3