diff liboctave/chMatrix.h @ 11265:a117dc8ea1b9

charMatrix::row_as_string: never strip trailing nul characters
author John W. Eaton <jwe@octave.org>
date Thu, 18 Nov 2010 03:30:53 -0500
parents 4d1fc073fbb7
children fd0a3ac60b0e
line wrap: on
line diff
--- a/liboctave/chMatrix.h
+++ b/liboctave/chMatrix.h
@@ -69,7 +69,7 @@
   charMatrix& insert (const char *s, octave_idx_type r, octave_idx_type c);
   charMatrix& insert (const charMatrix& a, octave_idx_type r, octave_idx_type c);
 
-  std::string row_as_string (octave_idx_type, bool strip_ws = false, bool raw = false) const;
+  std::string row_as_string (octave_idx_type, bool strip_ws = false) const;
 
   // resize is the destructive equivalent for this one