Mercurial > hg > octave-nkf
diff liboctave/str-vec.h @ 4587:7b957b442818
[project @ 2003-11-10 15:50:39 by jwe]
author | jwe |
---|---|
date | Mon, 10 Nov 2003 15:50:40 +0000 |
parents | dd108fa566fa |
children | 23b37da9fd5b |
line wrap: on
line diff
--- a/liboctave/str-vec.h +++ b/liboctave/str-vec.h @@ -81,11 +81,11 @@ static int compare (const void *a_arg, const void *b_arg); - string_vector& qsort (bool make_unique = false) + string_vector& qsort (bool make_uniq = false) { Array<std::string>::qsort (compare); - if (make_unique) + if (make_uniq) uniq (); return *this;