We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e473f commit f85c66bCopy full SHA for f85c66b
libinterp/octave-value/ov-classdef.h
@@ -166,8 +166,6 @@ class octave_classdef : public octave_base_value
166
static std::string static_class_name () { return "<unknown>"; }
167
static OCTINTERP_API void register_type (octave::type_info&);
168
169
-private:
170
-
171
// Load an array of the size dv using a vector with
172
// * a map with the values of the class properties
173
// * a unique identifier of the object in the file
0 commit comments