From 7b892418aaf66db7c0dadd26755ba655148d8dc0 Mon Sep 17 00:00:00 2001 From: Simon Giesecke Date: Thu, 11 Apr 2019 10:58:43 +0200 Subject: [PATCH] Adapt section title after prior extension to protected methods --- doc/limitations.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/limitations.qbk b/doc/limitations.qbk index ece78fd..46926f0 100644 --- a/doc/limitations.qbk +++ b/doc/limitations.qbk @@ -112,7 +112,7 @@ A workaround would be to add the signature to MOCK_METHOD : [endsect] -[section Private virtual methods cannot be mocked without specifying the signature] +[section Protected and private virtual methods cannot be mocked without specifying the signature] Given :