summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/SparseOHArray.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/SparseOHArray.hh')
-rw-r--r--libqpdf/qpdf/SparseOHArray.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf/SparseOHArray.hh b/libqpdf/qpdf/SparseOHArray.hh
index 468e3a39..80de95e5 100644
--- a/libqpdf/qpdf/SparseOHArray.hh
+++ b/libqpdf/qpdf/SparseOHArray.hh
@@ -12,7 +12,7 @@ class SparseOHArray
public:
SparseOHArray() = default;
int
- size() const
+ size() const noexcept
{
return n_elements;
}