diff libinterp/parse-tree/pt-idx.h @ 24355:cc3b3ceb155c

update octave_lvalue class and move inside octave namespace * oct-lvalue.h, oct-lvalue.cc (class octave_lvalue): Use m_ prefix for member variable names. Move inside Octave namespace. Change all uses.
author John W. Eaton <jwe@octave.org>
date Mon, 04 Dec 2017 01:26:06 -0500
parents bc3819b7cca1
children 3fc24b792a24
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-idx.h	Sun Dec 03 16:42:16 2017 -0500
+++ b/libinterp/parse-tree/pt-idx.h	Mon Dec 04 01:26:06 2017 -0500
@@ -30,7 +30,6 @@
 class octave_map;
 class octave_value;
 class octave_value_list;
-class octave_lvalue;
 
 #include "str-vec.h"
 
@@ -40,6 +39,7 @@
 
 namespace octave
 {
+  class octave_lvalue;
   class tree_argument_list;
   class tree_evaluator;