STYLE: Changing the convension for refereing to data members
Since data members should start with a m_ you no longer need to refre to them via the this pointer so this->m_foo is now just m_foo
Since data members should start with a m_ you no longer need to refre to them via the this pointer so this->m_foo is now just m_foo