diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-29 18:43:10 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-29 18:43:10 +0100 |
commit | 7027da3cd3ea15d1cf77fd355f1926dacfdf07ac (patch) | |
tree | 2a6cd150471dd528b82680a2eeb787b98be0695a /src/Instance.hxx | |
parent | 005bb59797617a08804018393b5792eba1c32327 (diff) |
Instance: un-inline the destructor
Allows more forward declarations.
Diffstat (limited to 'src/Instance.hxx')
-rw-r--r-- | src/Instance.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Instance.hxx b/src/Instance.hxx index a3d0eb61f..cd05c75f2 100644 --- a/src/Instance.hxx +++ b/src/Instance.hxx @@ -94,6 +94,7 @@ struct Instance final StateFile *state_file = nullptr; Instance(); + ~Instance() noexcept; /** * Initiate shutdown. Wrapper for EventLoop::Break(). |