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