mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
Fix ExitHook to derive from AtExitHook
This commit is contained in:
@@ -145,7 +145,7 @@ private:
|
||||
|
||||
typedef SpinLock LockType;
|
||||
|
||||
class ExitHook
|
||||
class ExitHook : public PerformedAtExit
|
||||
{
|
||||
public:
|
||||
explicit ExitHook (SharedSingleton* owner)
|
||||
@@ -153,7 +153,7 @@ private:
|
||||
{
|
||||
}
|
||||
|
||||
void performaAtExit ()
|
||||
void performAtExit ()
|
||||
{
|
||||
m_owner->performAtExit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user