Instance: un-inline the destructor
Allows more forward declarations.
This commit is contained in:
@@ -39,6 +39,8 @@ Instance::Instance()
|
||||
{
|
||||
}
|
||||
|
||||
Instance::~Instance() noexcept = default;
|
||||
|
||||
Partition *
|
||||
Instance::FindPartition(const char *name) noexcept
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user