Commit fab55c8a authored by Remigiusz Kołłątaj's avatar Remigiusz Kołłątaj

Fix for MinGW error: 'There are no arguments that depend on a template parameter'

Signed-off-by: 's avatarRemigiusz Kołłątaj <remigiusz.kollataj@gmail.com>
parent 9470bdd3
...@@ -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