From 03256632835627b4480191ef5c292668be9b3bc8 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sun, 27 Aug 2017 13:50:47 -0300 Subject: [PATCH] Fix build --HG-- branch : minor --- src/common/deprecation.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/common/deprecation.cpp b/src/common/deprecation.cpp index 33bfdd331..3f7cbd919 100644 --- a/src/common/deprecation.cpp +++ b/src/common/deprecation.cpp @@ -79,6 +79,11 @@ void setDeprecationOutputEnabled(bool enable) } } +bool isDeprecationOutputEnabled() +{ + return outputEnabled; +} + std::string getDeprecationNotice(const DeprecationInfo &info, bool usewhere) { std::string notice;