diff src/ov-fcn-inline.cc @ 10742:604e13a89c7f

initial code for structs rewrite
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 22 Jun 2010 15:22:36 +0200
parents 57a59eae83cc
children 89f4d7e294cc
line wrap: on
line diff
--- a/src/ov-fcn-inline.cc	Mon Jun 21 22:35:11 2010 -0700
+++ b/src/ov-fcn-inline.cc	Tue Jun 22 15:22:36 2010 +0200
@@ -117,7 +117,7 @@
 
 // This function is supplied to allow a Matlab style class structure
 // to be returned..
-Octave_map
+octave_map
 octave_fcn_inline::map_value (void) const
 {
   Octave_map m;