]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/devil/devilloader.cpp
Remove unnecessary std:: qualifiers
[libs/gui.git] / source / graphics / devil / devilloader.cpp
index 34e37ceeacefd865288622ed00d1532679ca74d6..8fbf59ccbee6150a44259437ac3f2fc78be5f02d 100644 (file)
@@ -54,7 +54,7 @@ int tell(void *handle)
        return reinterpret_cast<Msp::IO::Seekable *>(handle)->tell();
 }
 
-std::string error_string(ILenum err)
+string error_string(ILenum err)
 {
        switch(err)
        {