diff src/pt-colon.h @ 5349:e965ab89f832

[project @ 2005-05-11 17:46:25 by jwe]
author jwe
date Wed, 11 May 2005 17:47:47 +0000
parents 679cc8fec408
children 2a6cb4ed8f1e
line wrap: on
line diff
--- a/src/pt-colon.h	Wed May 11 17:11:48 2005 +0000
+++ b/src/pt-colon.h	Wed May 11 17:47:47 2005 +0000
@@ -99,7 +99,8 @@
 
   octave_value
   make_range (const Matrix& m_base, const Matrix& m_limit,
-	      const Matrix& m_increment, bool result_is_str) const;
+	      const Matrix& m_increment, bool result_is_str,
+	      bool dq_str) const;
 
   octave_value
   make_range (const octave_value& ov_base, const octave_value& ov_limit,