From cac5b2ca978813aef6e95a2fc56534ea4f373a73 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 11 Jan 2008 08:31:38 -0800 Subject: [PATCH] Missing subsection text --- doc/tutorial/tutorial.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/tutorial.texi b/doc/tutorial/tutorial.texi index 82ac68ec8..d74513103 100644 --- a/doc/tutorial/tutorial.texi +++ b/doc/tutorial/tutorial.texi @@ -3943,7 +3943,7 @@ If you can get to Interface B from Interface A, and you can get to Interface C from Interface B, then a QueryInterface on Interface A looking for Interface C must also succeed. -@subsection +@subsection Creating the InterfaceId The final piece of this puzzle is to locate where the interface Ids actually come from. The answer is from a static initializer that must be located in the @code{.cc} file corresponding to the Interface. For example, to