From e000d384c9ecea62123cb6fe9c7c3aa1c1ca55c1 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Wed, 8 Apr 2020 18:40:14 -0400 Subject: [PATCH] [dcl.fct.def] Fix incorrect cross-ref referring to "this" --- source/declarations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/declarations.tex b/source/declarations.tex index be7d23d077..fe095f5e17 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