diff src/comment-list.h @ 8913:35cd375d4bb3

make tree::dup functions const
author John W. Eaton <jwe@octave.org>
date Thu, 05 Mar 2009 13:50:25 -0500
parents a1dbe9d80eee
children eb63fbe60fab
line wrap: on
line diff
--- a/src/comment-list.h	Thu Mar 05 09:37:59 2009 +0100
+++ b/src/comment-list.h	Thu Mar 05 13:50:25 2009 -0500
@@ -94,7 +94,7 @@
 	       octave_comment_elt::comment_type t = octave_comment_elt::unknown)
     { append (octave_comment_elt (s, t)); }
 
-  octave_comment_list *dup (void);
+  octave_comment_list *dup (void) const;
 };
 
 class