diff liboctave/str-vec.h @ 6379:41c1deed5613

[project @ 2007-03-02 18:43:20 by jwe]
author jwe
date Fri, 02 Mar 2007 18:43:21 +0000
parents 143b556ce725
children 93c65f2a5668
line wrap: on
line diff
--- a/liboctave/str-vec.h	Fri Mar 02 17:14:37 2007 +0000
+++ b/liboctave/str-vec.h	Fri Mar 02 18:43:21 2007 +0000
@@ -62,7 +62,7 @@
 
   ~string_vector (void) { }
 
-  int empty (void) const { return length () == 0; }
+  bool empty (void) const { return length () == 0; }
 
   octave_idx_type max_length (void) const
   {