Fix build

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-08-27 13:50:47 -03:00
parent de28c6e6a8
commit 0325663283
+5
View File
@@ -79,6 +79,11 @@ void setDeprecationOutputEnabled(bool enable)
}
}
bool isDeprecationOutputEnabled()
{
return outputEnabled;
}
std::string getDeprecationNotice(const DeprecationInfo &info, bool usewhere)
{
std::string notice;