X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture.cpp;h=155dcae123d1945031c3da3c1b0f068eccc6f007;hb=3a6eb030fb4eca4c2a317f270704fddf31613130;hp=f6594ab14c7e5143434ac0823c862427c70f2c9d;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266;p=libs%2Fgl.git diff --git a/source/core/texture.cpp b/source/core/texture.cpp index f6594ab1..155dcae1 100644 --- a/source/core/texture.cpp +++ b/source/core/texture.cpp @@ -309,7 +309,7 @@ unsigned Texture::Loader::get_levels() const #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wdeprecated-declarations" -void Texture::Loader::load_external_image(Graphics::Image &img, const std::string &fn) +void Texture::Loader::load_external_image(Graphics::Image &img, const string &fn) { RefPtr io = get_collection().open_raw(fn); if(!io)