diff libinterp/octave-value/ov-base.cc @ 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 f97e22a9012a
children ef4d915df748
line wrap: on
line diff
--- a/libinterp/octave-value/ov-base.cc	Tue Jan 17 11:42:25 2017 -0500
+++ b/libinterp/octave-value/ov-base.cc	Tue Jan 17 13:56:16 2017 -0500
@@ -1018,7 +1018,7 @@
 }
 
 int
-octave_base_value::write (octave_stream&, int, oct_data_conv::data_type,
+octave_base_value::write (octave::stream&, int, oct_data_conv::data_type,
                           int, octave::mach_info::float_format) const
 {
   err_wrong_type_arg ("octave_base_value::write()", type_name ());