0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00

test_sitnl.cpp: add missing "override" specifier

Signed-off-by: Lev Stipakov <lev@openvpn.net>
This commit is contained in:
Lev Stipakov 2020-09-17 17:21:05 +03:00
parent 163c6399f8
commit 081b17fcbd
No known key found for this signature in database
GPG Key ID: 88670BE258B9C258

View File

@ -90,7 +90,7 @@ namespace unittests
add_device(dev2);
}
virtual void TearDown()
void TearDown() override
{
remove_device(dev);
remove_device(dev2);