Quote:
Originally Posted by grantf
My Suspicion
Subsystem::GetName() is returning a hard-coded value and not the user-provided name.
|
It is returning a hard-coded value. Here is the source code of the function:
Code:
std::string Subsystem::GetName()
{
return "Subsystem";
}