0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/openvpn/omi
Heiko Hund 8c8e96e138 streamline overriding virtual function syntax
In the code base three different syntaxes for overriding virtual member
functions could be found:

  1) virtual ... override
  2) virtual ...
  3) ... override

This converts all of them to the third syntax, as recommended by the ISO
C++ core guidelines in C.128

Signed-off-by: Heiko Hund <heiko@openvpn.net>
2024-08-13 02:01:24 +02:00
..
CMakeLists.txt CMake: move architecture detection closer to the actual executable 2023-02-28 13:45:16 +01:00
omi.hpp streamline overriding virtual function syntax 2024-08-13 02:01:24 +02:00
openvpn.cpp streamline overriding virtual function syntax 2024-08-13 02:01:24 +02:00