Filesystem: Modernize variable names

This commit is contained in:
JosJuice
2015-08-09 20:53:38 +02:00
parent e3a2cd827a
commit 0b7d2e7c68
4 changed files with 61 additions and 61 deletions

View File

@ -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)
{
}