diff options
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r-- | docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index e6349b1ec8..9d007566c9 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -3298,7 +3298,7 @@ simplifies the representation and makes it easier to manipulate.</p> <ul> <li><tt>Value::use_iterator</tt> - Typedef for iterator over the use-list<br> - <tt>Value::use_const_iterator</tt> - Typedef for const_iterator over + <tt>Value::const_use_iterator</tt> - Typedef for const_iterator over the use-list<br> <tt>unsigned use_size()</tt> - Returns the number of users of the value.<br> |