diff libinterp/octave-value/ov-base.h @ 31138:b3ca7f891750

maint: use "m_" prefix for member variables in class octave_base_matrix. * ov-base-int.cc, ov-base-mat.cc, ov-base-mat.h, ov-base.h, ov-bool-mat.cc, ov-bool-mat.h, ov-cell.cc, ov-cell.h, ov-ch-mat.cc, ov-ch-mat.h, ov-cx-mat.cc, ov-cx-mat.h, ov-flt-cx-mat.cc, ov-flt-cx-mat.h, ov-flt-re-mat.cc, ov-flt-re-mat.h, ov-intx.h, ov-re-mat.cc, ov-re-mat.h, ov-str-mat.cc, ov-str-mat.h: use "m_" prefix for member variables in class octave_base_matrix.
author Rik <rik@octave.org>
date Sun, 10 Jul 2022 18:26:24 -0700
parents d98abdd15d40
children c5c8bf50449c
line wrap: on
line diff
--- a/libinterp/octave-value/ov-base.h	Sun Jul 10 17:34:12 2022 +0200
+++ b/libinterp/octave-value/ov-base.h	Sun Jul 10 18:26:24 2022 -0700
@@ -57,9 +57,9 @@
 
   extern OCTINTERP_API type_info& __get_type_info__ (void);
 
-  // For now just preserve the old interface and don't mark it as deprecated.  This function
-  // is currently an internal, private function.  Additional changes may be made before
-  // version 8 is finally released.
+  // For now just preserve the old interface and don't mark it as deprecated.
+  // This function is currently an internal, private function.  Additional
+  // changes may be made before version 8 is finally released.
   inline type_info& __get_type_info__ (const std::string&) { return __get_type_info__ (); }
 }