From 04e473c929cac0c46ea9f0984cd567b0e5162b3f Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Fri, 10 Apr 2020 03:59:18 -0400 Subject: [PATCH] [dcl.fct.def] Fix incorrect cross-reference referring to "this" (#3925) --- source/declarations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/declarations.tex b/source/declarations.tex index d9207556a0..509eb4e400 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -5945,7 +5945,7 @@ \pnum \begin{note} A \grammarterm{cv-qualifier-seq} affects the type of \tcode{this} -in the body of a member function; see~\ref{dcl.ref}. +in the body of a member function; see~\ref{expr.prim.this}. \end{note} \pnum