diff src/ov-base-nd-array.cc @ 3775:13905c3a24af

[project @ 2001-02-06 01:56:59 by jwe]
author jwe
date Tue, 06 Feb 2001 01:57:06 +0000
parents 0689afb1d001
children f9ea3dcf58ee
line wrap: on
line diff
--- a/src/ov-base-nd-array.cc	Mon Feb 05 16:54:04 2001 +0000
+++ b/src/ov-base-nd-array.cc	Tue Feb 06 01:57:06 2001 +0000
@@ -35,7 +35,7 @@
 #include "ov-base-nd-array.h"
 #include "pr-output.h"
 
-static Array<idx_vector>
+static inline Array<idx_vector>
 idx_list_to_idx_array (const octave_value_list& idx)
 {
   int n = idx.length ();