Works, but with memory leaks
This commit is contained in:
@@ -25,3 +25,8 @@ void View::setFocused()
|
||||
{
|
||||
owner->setFocused(this);
|
||||
}
|
||||
|
||||
const std::string& View::getName()
|
||||
{
|
||||
return name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user