mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Filesystem: Modernize variable names
This commit is contained in:
@@ -13,8 +13,8 @@ FileInfo::~FileInfo()
|
||||
{
|
||||
}
|
||||
|
||||
FileSystem::FileSystem(const Volume* _rVolume, const Partition& partition)
|
||||
: m_rVolume(_rVolume), m_partition(partition)
|
||||
FileSystem::FileSystem(const Volume* volume, const Partition& partition)
|
||||
: m_volume(volume), m_partition(partition)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user