2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-10 14:12:26 +00:00

Tidy QPDF.cc - mark InvalidInputSource::getName nodiscard

This commit is contained in:
m-holger 2023-05-22 16:34:06 +01:00
parent 82f1babded
commit c14e599a0f

View File

@ -62,7 +62,7 @@ namespace
throwException();
return 0;
}
std::string const&
[[nodiscard]] std::string const&
getName() const override
{
static std::string name("closed input source");