Skip to content

Commit f85c66b

Browse files
author
Nithin Lakshmisha
committed
Make two octave_classdef member functions public (bug #45833).
* libinterp/octave-value/ov-classdef.h (octave_classdef::loadobj, octave_classdef::saveobj): Change methods from private to public.
1 parent 79e473f commit f85c66b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libinterp/octave-value/ov-classdef.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ class octave_classdef : public octave_base_value
166166
static std::string static_class_name () { return "<unknown>"; }
167167
static OCTINTERP_API void register_type (octave::type_info&);
168168

169-
private:
170-
171169
// Load an array of the size dv using a vector with
172170
// * a map with the values of the class properties
173171
// * a unique identifier of the object in the file

0 commit comments

Comments
 (0)