From 974d6a2090216588e26d2cd38e00d188eaaa052d Mon Sep 17 00:00:00 2001 From: Tom Isaacson Date: Fri, 9 Jun 2017 08:04:15 +1200 Subject: [PATCH] Fix link to constructor virtual --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 6d7e804..bb98d03 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -91,7 +91,7 @@ You can sample rules for specific language features: [not needed](#Rc-default) -- [`explicit`](#Rc-explicit) -- [delegating](#Rc-delegating) -- -[`virtual`](#RC-ctor-virtual) +[`virtual`](#Rc-ctor-virtual) * derived `class`: [when to use](#Rh-domain) -- [as interface](#Rh-abstract) --