LogBase class for both SysCallBase and Module

This commit is contained in:
Nekotekina 2014-07-21 19:58:03 +04:00
parent 0865fca90a
commit 5c84ad30a1
7 changed files with 90 additions and 132 deletions

View file

@ -148,7 +148,7 @@ u16 Module::GetID() const
return m_id;
}
std::string Module::GetName() const
const std::string& Module::GetName() const
{
return m_name;
}