Merge pull request #456 from rkollataj/mingw_fix

Fix for MinGW error: 'There are no arguments that depend on a template parameter'
pull/459/head
Gabi Melman 8 years ago committed by GitHub
commit e6cbc22da5

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

Loading…
Cancel
Save