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