diff libinterp/corefcn/graphics.in.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 0b67964031be
children 20fd3c03fd74
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Thu Sep 09 21:08:44 2021 -0700
+++ b/libinterp/corefcn/graphics.in.h	Fri Sep 10 07:02:04 2021 -0700
@@ -2433,6 +2433,7 @@
 protected:
   struct cmp_caseless_str
   {
+  public:
     bool operator () (const caseless_str& a, const caseless_str& b) const
     {
       std::string a1 = a;