summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorRene Engelhard <rene@rene-engelhard.de>2017-11-13 20:20:00 +0100
committerRene Engelhard <rene@rene-engelhard.de>2017-11-13 20:21:22 +0100
commit623b45a533198acc3ef7a393382f23ebb0f6ebab (patch)
tree5a53576bca8bf89b18ebc3ec7ca2b70b2a66f484 /common
parentAdd handling of "prefilter" plug-ins (diff)
downloadonline-623b45a533198acc3ef7a393382f23ebb0f6ebab.tar.gz
online-623b45a533198acc3ef7a393382f23ebb0f6ebab.zip
fix build with poco 1.8.0(.1)
Diffstat (limited to 'common')
-rw-r--r--common/UnitHTTP.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/UnitHTTP.hpp b/common/UnitHTTP.hpp
index 0343036f17..a6a107d9fb 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;