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:
Remigiusz Kołłątaj 2017-06-09 19:03:11 +02:00
parent 9470bdd3ec
commit fab55c8a14

View File

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