X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ffs%2Fstat.cpp;fp=source%2Ffs%2Fstat.cpp;h=2269ae1a016fcf5b1857cb499fd4f21a24d62820;hp=f4566ae8b6ef8363cd68f709f2d66924137a58a2;hb=20c897ece781e18ba54c41fd68e232ce566a938d;hpb=c8bf2d6c15893ccc9dbc4e04611b7229029f4808 diff --git a/source/fs/stat.cpp b/source/fs/stat.cpp index f4566ae..2269ae1 100644 --- a/source/fs/stat.cpp +++ b/source/fs/stat.cpp @@ -50,14 +50,14 @@ Stat::~Stat() 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; } -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);