diff libinterp/octave-value/ov-re-mat.h @ 23059:b98ebcd7f11c

move some octave stream classes into octave namespace * oct-stream.h, oct-stream.cc (base_stream, stream, stream_list): Move inside octave namespace and rename without octave_ prefix. Change all uses.
author John W. Eaton <jwe@octave.org>
date Tue, 17 Jan 2017 13:56:16 -0500
parents 87e3163f6c87
children 4e3d47dc7e25
line wrap: on
line diff
--- a/libinterp/octave-value/ov-re-mat.h	Tue Jan 17 11:42:25 2017 -0500
+++ b/libinterp/octave-value/ov-re-mat.h	Tue Jan 17 13:56:16 2017 -0500
@@ -232,7 +232,7 @@
 
   bool load_hdf5 (octave_hdf5_id loc_id, const char *name);
 
-  int write (octave_stream& os, int block_size,
+  int write (octave::stream& os, int block_size,
              oct_data_conv::data_type output_type, int skip,
              octave::mach_info::float_format flt_fmt) const
   { return os.write (matrix, block_size, output_type, skip, flt_fmt); }