commit | 278528cf7b1dd5dd977bce882aa126fac8695697 | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Fri Jan 11 12:17:44 2019 -0500 |
committer | James E. King III <jking@apache.org> | Fri Jan 11 20:47:00 2019 -0500 |
tree | 311f723983babe76272a4cedc3bdd2d1b6428413 | |
parent | 76ee393d20044f7bf930611cf8fc370acb8e9e1a [diff] [blame] |
THRIFT-4732: windows cmake refinements and add windows docker build support
diff --git a/lib/cpp/src/thrift/TOutput.h b/lib/cpp/src/thrift/TOutput.h index 1375f73..6135cfa 100644 --- a/lib/cpp/src/thrift/TOutput.h +++ b/lib/cpp/src/thrift/TOutput.h
@@ -25,7 +25,7 @@ class TOutput { public: - TOutput() : f_(&errorTimeWrapper) {} + TOutput(); inline void setOutputFunction(void (*function)(const char*)) { f_ = function; }