diff src/oct-obj.h @ 8580:188d38a553c7

further indexing optimization touches
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 23 Jan 2009 13:13:39 +0100
parents 7e0f36dfefbe
children eb63fbe60fab
line wrap: on
line diff
--- a/src/oct-obj.h	Fri Jan 23 09:57:19 2009 +0100
+++ b/src/oct-obj.h	Fri Jan 23 13:13:39 2009 +0100
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2004,
               2005, 2006, 2007 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
@@ -58,6 +59,9 @@
   octave_value_list (const octave_value_list& obj)
     : data (obj.data), names (obj.names) { }
 
+  // Concatenation constructor.
+  octave_value_list (const std::list<octave_value_list>&);
+
   ~octave_value_list (void) { }
 
   void *operator new (size_t size)