diff --git a/source/classes.tex b/source/classes.tex index 56eadd3be1..1c9bed03ca 100644 --- a/source/classes.tex +++ b/source/classes.tex @@ -3820,7 +3820,7 @@ void foo() { C c; c.f(); // calls \tcode{B::f}, the final overrider - c.C::f(); // calls \tcode{A::f} because of the using-declaration + c.C::f(); // calls \tcode{A::f} because of the \grammarterm{using-declaration} } \end{codeblock} \end{example}