changeset 11072:44ff569a59a7

ov-base.h: delete forward decl for Octave_map class
author John W. Eaton <jwe@octave.org>
date Fri, 01 Oct 2010 04:39:45 -0400
parents 629f6fc20dc5
children a22f3a673f33
files src/ChangeLog src/ov-base.h
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Oct 01 04:37:53 2010 -0400
+++ b/src/ChangeLog	Fri Oct 01 04:39:45 2010 -0400
@@ -1,3 +1,7 @@
+2010-10-01  John W. Eaton  <jwe@octave.org>
+
+	* ov-base.h: Delete forward decl for Octave_map class.
+
 2010-10-01  John W. Eaton  <jwe@octave.org>
 
 	* ov-struct.h (octave_struct (const Octave_map&)): Delete constructor.
--- a/src/ov-base.h	Fri Oct 01 04:37:53 2010 -0400
+++ b/src/ov-base.h	Fri Oct 01 04:39:45 2010 -0400
@@ -41,7 +41,6 @@
 #include "oct-hdf5.h"
 
 class Cell;
-class Octave_map;
 class octave_map;
 class octave_scalar_map;
 class octave_value;