changeset 15373:b5d0a47c171c

* mex.cc (mexCallMATLAB): Remove stray const added in 93dff6435fe1 (bug #37342).
author John W. Eaton <jwe@octave.org>
date Thu, 13 Sep 2012 12:06:28 -0400
parents bff950876af5
children b5f28cc401b9
files libinterp/interp-core/mex.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/interp-core/mex.cc	Thu Sep 13 10:15:02 2012 -0400
+++ b/libinterp/interp-core/mex.cc	Thu Sep 13 12:06:28 2012 -0400
@@ -3010,7 +3010,7 @@
 
 int
 mexCallMATLAB (int nargout, mxArray *argout[], int nargin,
-               const mxArray *argin[], const char *fname)
+               mxArray *argin[], const char *fname)
 {
   octave_value_list args;