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:
Gabi Melman 2017-06-09 21:16:03 +03:00 committed by GitHub
commit e6cbc22da5

View File

@ -44,7 +44,7 @@ public:
virtual ~wincolor_sink()
{
flush();
this->flush();
}
wincolor_sink(const wincolor_sink& other) = delete;