mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
A pass of style/naming cleanup in VFS.
This commit is contained in:
parent
457a5df7d5
commit
396a32835b
Notes:
sideshowbarker
2024-07-19 16:10:37 +09:00
Author: https://github.com/awesomekling
Commit: 396a32835b
12 changed files with 120 additions and 120 deletions
|
@ -17,7 +17,7 @@ public:
|
|||
|
||||
bool isValid() const { return m_fileSystemID != 0 && m_index != 0; }
|
||||
|
||||
dword fileSystemID() const { return m_fileSystemID; }
|
||||
dword fsid() const { return m_fileSystemID; }
|
||||
dword index() const { return m_index; }
|
||||
|
||||
FileSystem* fileSystem();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue