Fix the build.

This commit is contained in:
Victor Zverovich 2013-09-04 22:10:58 -07:00
parent bc6c1c17cc
commit 9b619782a0

View File

@ -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_;