mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-21 08:10:43 +08:00
Fix for MinGW error: 'There are no arguments that depend on a template parameter'
Signed-off-by: Remigiusz Kołłątaj <remigiusz.kollataj@gmail.com>
This commit is contained in:
parent
9470bdd3ec
commit
fab55c8a14
@ -44,7 +44,7 @@ public:
|
|||||||
|
|
||||||
virtual ~wincolor_sink()
|
virtual ~wincolor_sink()
|
||||||
{
|
{
|
||||||
flush();
|
this->flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
wincolor_sink(const wincolor_sink& other) = delete;
|
wincolor_sink(const wincolor_sink& other) = delete;
|
||||||
|
Loading…
Reference in New Issue
Block a user