From 021d9f84cbc0ea1b2e47d8ebdb8fefedfe71317e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 27 Jul 2019 14:40:55 +0100 Subject: [PATCH] doc/concepts.tex: Fix cross-reference to compatibility section. --- doc/concepts.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/concepts.tex b/doc/concepts.tex index c729490..5cb57bc 100644 --- a/doc/concepts.tex +++ b/doc/concepts.tex @@ -271,7 +271,7 @@ slots. If you want to hide implementation details, the best approach is to stash them in a dynamically allocated private structure, and leave a pointer to it in a slot. (This will also help preserve binary compatibility, because the private structure can grow more members as needed. See -\xref{sec:fixme.compatibility} for more details.) +\xref{sec:concepts.compatibility} for more details.) \subsubsection{Vtables} -- 2.11.0