Преглед изворни кода

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;