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