mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Merge pull request #456 from rkollataj/mingw_fix
Fix for MinGW error: 'There are no arguments that depend on a template parameter'
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user