diff liboctave/chMatrix.h @ 3933:f9ea3dcf58ee

[project @ 2002-05-15 03:21:00 by jwe]
author jwe
date Wed, 15 May 2002 03:21:01 +0000
parents b8c1cb5b9fd9
children 6476dd85a65f
line wrap: on
line diff
--- a/liboctave/chMatrix.h
+++ b/liboctave/chMatrix.h
@@ -81,6 +81,8 @@
   friend std::istream& operator >> (std::istream& is, Matrix& a);
 #endif
 
+  static char resize_fill_value (void) { return '\0'; }
+
 private:
 
   charMatrix (char *ch, int r, int c) : MArray2<char> (ch, r, c) { }