diff options
Diffstat (limited to 'gcc/doc/trouble.texi')
| -rw-r--r-- | gcc/doc/trouble.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi index 524944c53e7..5ee77635f25 100644 --- a/gcc/doc/trouble.texi +++ b/gcc/doc/trouble.texi @@ -974,7 +974,7 @@ type @code{Derived<T>*}, so is obviously dependent), or using into scope by a @code{using}-declaration. Another, similar example involves calling member functions of a base -class: +class: @smallexample template <typename T> struct Base @{ |

