Browse Source

Fix build

--HG--
branch : minor
Alex Szpakowski 8 years ago
parent
commit
0325663283
1 changed files with 5 additions and 0 deletions
  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 notice;