]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/stat.cpp
Remove unnecessary std:: qualifiers
[libs/core.git] / source / fs / stat.cpp
index f4566ae8b6ef8363cd68f709f2d66924137a58a2..2269ae1a016fcf5b1857cb499fd4f21a24d62820 100644 (file)
@@ -50,14 +50,14 @@ Stat::~Stat()
        delete priv;
 }
 
        delete priv;
 }
 
-const std::string &Stat::get_owner() const
+const string &Stat::get_owner() const
 {
        if(priv && owner_info.owner.empty())
                priv->fill_owner_info(owner_info);
        return owner_info.owner;
 }
 
 {
        if(priv && owner_info.owner.empty())
                priv->fill_owner_info(owner_info);
        return owner_info.owner;
 }
 
-const std::string &Stat::get_group() const
+const string &Stat::get_group() const
 {
        if(priv && owner_info.group.empty())
                priv->fill_owner_info(owner_info);
 {
        if(priv && owner_info.group.empty())
                priv->fill_owner_info(owner_info);