mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
CLogger: destructor needs to be virtual
This commit is contained in:
parent
1bb7de1dd9
commit
d9f48db5db
|
@ -65,6 +65,10 @@ public:
|
|||
Error
|
||||
};
|
||||
|
||||
virtual ~CLogger()
|
||||
{
|
||||
}
|
||||
|
||||
/*
|
||||
* DebugLog(fmt, ...):
|
||||
* DebugLog(fmt, vl):
|
||||
|
|
Loading…
Reference in a new issue