diff options
Diffstat (limited to 'src/cli/asn1.cpp')
-rw-r--r-- | src/cli/asn1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/asn1.cpp b/src/cli/asn1.cpp index 34e2fe870..592f363b4 100644 --- a/src/cli/asn1.cpp +++ b/src/cli/asn1.cpp @@ -361,7 +361,7 @@ class ASN1_Printer final : public Command public: ASN1_Printer() : Command("asn1print file") {} - void go() + void go() override { Botan::DataSource_Stream in(get_arg("file")); |