CodingStyle.md: remove redundant virtual specifier
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 22 Mar 2024 19:27:08 +0000 (15:27 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 22 Mar 2024 19:27:08 +0000 (15:27 -0400)
commitc1d4a65abf4f5ba09ac769e22f8dd17fea673d76
tree9cf9ffd32b2b91c519a79b9256397f1f4d2f40ca
parent751d464ea3ed8ac00a3481714b0b264f2818bc4a
CodingStyle.md: remove redundant virtual specifier

The coding style mentions that override and virtual should not be used
together (as virtual would be redundant). However, one of the examples
commits that cardinal sin.

Mea culpa.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I77dccde4dcf55591ac890bfa90aaeb1042e80d84
CodingStyle.md
This page took 0.024175 seconds and 4 git commands to generate.