diff src/OPERATORS/op-m-scm.cc @ 5760:8d7162924bd3

[project @ 2006-04-14 04:01:37 by jwe]
author jwe
date Fri, 14 Apr 2006 04:01:40 +0000
parents 2042301733ce
children 6b9cec830d72
line wrap: on
line diff
--- a/src/OPERATORS/op-m-scm.cc
+++ b/src/OPERATORS/op-m-scm.cc
@@ -48,7 +48,7 @@
 
 DEFBINOP (div, matrix, sparse_complex_matrix)
 {
-  CAST_BINOP_ARGS (const octave_matrix&, octave_sparse_complex_matrix&);
+  CAST_BINOP_ARGS (const octave_matrix&, const octave_sparse_complex_matrix&);
 
   SparseType typ = v2.sparse_type ();