浏览代码

Fix build

--HG--
branch : minor
Alex Szpakowski 8 年之前
父节点
当前提交
0325663283
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/common/deprecation.cpp

+ 5 - 0
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 getDeprecationNotice(const DeprecationInfo &info, bool usewhere)
 {
 {
 	std::string notice;
 	std::string notice;