]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/tag.cpp
Remove unnecessary std:: qualifiers from .cpp files
[libs/gl.git] / source / core / tag.cpp
index b5f860334e8a3792b7d8f4fe88f47e2dcd9a4e31..538190f836fb66782e03a510d0ed2f758a15057d 100644 (file)
@@ -26,7 +26,7 @@ Tag::Tag(const char *s):
 #endif
 }
 
-Tag::Tag(const std::string &s):
+Tag::Tag(const string &s):
        id(s.empty() ? 0 : hash32(s))
 {
 #ifdef DEBUG