Explorar el Código

Fix build

--HG--
branch : minor
Alex Szpakowski hace 8 años
padre
commit
0325663283
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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;