Prechádzať zdrojové kódy

Fix build

--HG--
branch : minor
Alex Szpakowski 8 rokov pred
rodič
commit
0325663283
1 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  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;