Commit 9b619782 authored by Victor Zverovich's avatar Victor Zverovich

Fix the build.

parent bc6c1c17
......@@ -1123,7 +1123,7 @@ class BasicFormatter {
}
// Constructs a formatter from a proxy object.
BasicFormatter(const Proxy &p) : BasicFormatter<Char>(*p.writer, p.format) {}
BasicFormatter(const Proxy &p) : writer_(p.writer), format_(p.format) {}
operator Proxy() {
const Char *format = format_;
......
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