common/UnitHTTP.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ee1797e630916b8e392f67b8f64d3d08c4390e71 Author: Rene Engelhard <[email protected]> Date: Mon Nov 13 20:20:00 2017 +0100 fix build with poco 1.8.0(.1) (cherry picked from commit 623b45a533198acc3ef7a393382f23ebb0f6ebab) Change-Id: I17b9feba60c20e135a3db0d3aa330fa147fbcf41 Reviewed-on: https://gerrit.libreoffice.org/48625 Reviewed-by: Samuel Mehrbrodt <[email protected]> Tested-by: Samuel Mehrbrodt <[email protected]> diff --git a/common/UnitHTTP.hpp b/common/UnitHTTP.hpp index 0343036f..a6a107d9 100644 --- a/common/UnitHTTP.hpp +++ b/common/UnitHTTP.hpp @@ -82,13 +82,13 @@ public: { return _dummyStream; } -#if POCO_VERSION < 0x02000000 +#if POCO_VERSION < 0x01080000 virtual bool expectContinue() const override { return false; } #endif -#if POCO_VERSION >= 0x02000000 +#if POCO_VERSION >= 0x01080000 virtual bool secure() const override { return true; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
