Files - Use T_FSPath

This commit is contained in:
Emmanuel BENOîT 2017-12-27 14:57:24 +01:00
parent 5497856be2
commit 424ba93472
3 changed files with 9 additions and 8 deletions
include/ebcl/inline

View file

@ -29,7 +29,7 @@ inline void swap( T_File& lhs , T_File& rhs ) noexcept
/*---------------------------------------------------------------------------*/
inline T_String const& T_File::path( ) const noexcept
inline T_FSPath const& T_File::path( ) const noexcept
{
return path_;
}