Commit e6cbc22d authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #456 from rkollataj/mingw_fix

Fix for MinGW error: 'There are no arguments that depend on a template parameter'
parents 9470bdd3 fab55c8a
...@@ -44,7 +44,7 @@ public: ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment