diff options
Diffstat (limited to 'src/lib/asn1/ber_dec.h')
-rw-r--r-- | src/lib/asn1/ber_dec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/asn1/ber_dec.h b/src/lib/asn1/ber_dec.h index 0f2fb4607..b2fd61ffd 100644 --- a/src/lib/asn1/ber_dec.h +++ b/src/lib/asn1/ber_dec.h @@ -125,7 +125,7 @@ class BOTAN_PUBLIC_API(2,0) BER_Decoder final * @param out POD type reference where to copy object value * @param type_tag ASN1_Tag enum to assert type on object read * @param class_tag ASN1_Tag enum to assert class on object read (default: CONTEXT_SPECIFIC) - * @return this reference + * @return this reference */ template <typename T> BER_Decoder& get_next_value(T &out, |