]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture.cpp
Remove unnecessary std:: qualifiers from .cpp files
[libs/gl.git] / source / core / texture.cpp
index f6594ab14c7e5143434ac0823c862427c70f2c9d..155dcae123d1945031c3da3c1b0f068eccc6f007 100644 (file)
@@ -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::Seekable> io = get_collection().open_raw(fn);
        if(!io)