From fd0d50fe0d4005d2a6afa8afa786c71c9b25445d Mon Sep 17 00:00:00 2001 From: heckflosse Date: Fri, 13 Oct 2017 20:53:15 +0200 Subject: [PATCH] Use std::string instead of Glib::ustring for the map-key in rtimage.cc, #4140 --- rtgui/rtimage.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/rtimage.cc b/rtgui/rtimage.cc index 16e8e3286..b24158b00 100644 --- a/rtgui/rtimage.cc +++ b/rtgui/rtimage.cc @@ -28,7 +28,7 @@ namespace { -std::map> pixbufCache; +std::map> pixbufCache; }