]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/zlibcompressed.cpp
Remove unnecessary std:: qualifiers
[libs/core.git] / source / io / zlibcompressed.cpp
index f477bdc46f180e3446f5ee898470c9519ad0fdff..2220bcc46f063372698915a95e1ad1a45d1f74f0 100644 (file)
@@ -8,7 +8,7 @@ using namespace std;
 namespace Msp {
 namespace IO {
 
-zlib_error::zlib_error(const std::string &w, int c):
+zlib_error::zlib_error(const string &w, int c):
 #ifdef WITH_ZLIB
        runtime_error(w+": "+zError(c)),
 #else