Instance: un-inline the destructor
Allows more forward declarations.
This commit is contained in:
parent
005bb59797
commit
7027da3cd3
@ -39,6 +39,8 @@ Instance::Instance()
|
||||
{
|
||||
}
|
||||
|
||||
Instance::~Instance() noexcept = default;
|
||||
|
||||
Partition *
|
||||
Instance::FindPartition(const char *name) noexcept
|
||||
{
|
||||
|
@ -94,6 +94,7 @@ struct Instance final
|
||||
StateFile *state_file = nullptr;
|
||||
|
||||
Instance();
|
||||
~Instance() noexcept;
|
||||
|
||||
/**
|
||||
* Initiate shutdown. Wrapper for EventLoop::Break().
|
||||
|
Loading…
Reference in New Issue
Block a user