chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6390b84
)
doc/concepts.tex: Fix cross-reference to compatibility section.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 27 Jul 2019 13:40:55 +0000
(14:40 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 27 Jul 2019 13:56:30 +0000
(14:56 +0100)
doc/concepts.tex
patch
|
blob
|
blame
|
history
diff --git
a/doc/concepts.tex
b/doc/concepts.tex
index c729490ad19e97da342ecdd20160485d6cd85ff0..5cb57bc6781304c13cb487e6bcaa5a4747259dda 100644
(file)
--- 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}