Use std::string instead of Glib::ustring for the map-key in rtimage.cc, #4140
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
namespace
|
||||
{
|
||||
|
||||
std::map<Glib::ustring, Glib::RefPtr<Gdk::Pixbuf>> pixbufCache;
|
||||
std::map<std::string, Glib::RefPtr<Gdk::Pixbuf>> pixbufCache;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user