diff libinterp/corefcn/load-path.h @ 30155:14b098a6ba46

maint: Use public: qualifier in structs that are really classes. * __eigs__.cc, graphics.in.h, load-path.h, ls-hdf5.h, ov-base-int.cc, bp-table.h, profiler.h, token.h, Array-util.cc, MArray.cc, Sparse-diag-op-defs.h, lo-ieee.h, oct-sort.cc, oct-sort.h: Use public: qualifier in structs that are really classes.
author Rik <rik@octave.org>
date Fri, 10 Sep 2021 07:02:04 -0700
parents 4f039927308b
children 796f54d4ddbf
line wrap: on
line diff
--- a/libinterp/corefcn/load-path.h	Thu Sep 09 21:08:44 2021 -0700
+++ b/libinterp/corefcn/load-path.h	Fri Sep 10 07:02:04 2021 -0700
@@ -229,6 +229,7 @@
 
       struct class_info
       {
+      public:
         class_info (void) : method_file_map (), private_file_map () { }
 
         class_info (const class_info& ci)