comparison libinterp/octave-value/ov-uint64.cc @ 31141:cbfe8318566a

maint: use "s_" prefix for integer "hdf5_save_type" class variable. * ov-int16.cc, ov-int32.cc, ov-int64.cc, ov-int8.cc, ov-intx.h, ov-uint16.cc, ov-uint32.cc, ov-uint64.cc, ov-uint8.cc: Use "s_" prefix for integer "hdf5_save_type" class variable.
author Rik <rik@octave.org>
date Sat, 09 Jul 2022 14:37:57 -0700
parents 796f54d4ddbf
children
comparison
equal deleted inserted replaced
31140:05a64f60bc1e 31141:cbfe8318566a
54 #include "byte-swap.h" 54 #include "byte-swap.h"
55 #include "ls-oct-text.h" 55 #include "ls-oct-text.h"
56 #include "ls-utils.h" 56 #include "ls-utils.h"
57 #include "ls-hdf5.h" 57 #include "ls-hdf5.h"
58 58
59 octave_hdf5_id octave_uint64_matrix::hdf5_save_type = HDF5_SAVE_TYPE; 59 octave_hdf5_id octave_uint64_matrix::s_hdf5_save_type = HDF5_SAVE_TYPE;
60 octave_hdf5_id octave_uint64_scalar::hdf5_save_type = HDF5_SAVE_TYPE; 60 octave_hdf5_id octave_uint64_scalar::s_hdf5_save_type = HDF5_SAVE_TYPE;
61 61
62 // Prevent implicit instantiations on some systems (Windows, others?) 62 // Prevent implicit instantiations on some systems (Windows, others?)
63 // that can lead to duplicate definitions of static data members. 63 // that can lead to duplicate definitions of static data members.
64 64
65 extern template class octave_base_scalar<double>; 65 extern template class octave_base_scalar<double>;