mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 06:14:58 +00:00
Kernel: Make File::absolute_path() const.
This commit is contained in:
parent
00de8b9fc4
commit
2dd9ef6863
16 changed files with 16 additions and 16 deletions
|
@ -243,7 +243,7 @@ int FileDescriptor::close()
|
|||
return 0;
|
||||
}
|
||||
|
||||
String FileDescriptor::absolute_path()
|
||||
String FileDescriptor::absolute_path() const
|
||||
{
|
||||
if (m_custody)
|
||||
return m_custody->absolute_path();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue