Просмотр исходного кода

Fix build

--HG--
branch : minor
Alex Szpakowski 8 лет назад
Родитель
Сommit
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;