diff src/symtab.h @ 10321:97b4bd6f0925

partially rewrite function handles
author Jaroslav Hajek <highegg@gmail.com>
date Sat, 13 Feb 2010 08:17:21 +0100
parents f3b65e1ae355
children 4d1fc073fbb7
line wrap: on
line diff
--- a/src/symtab.h	Fri Feb 12 14:53:55 2010 +0100
+++ b/src/symtab.h	Sat Feb 13 08:17:21 2010 +0100
@@ -2373,6 +2373,6 @@
 extern OCTINTERP_API std::string
 get_dispatch_type (const octave_value_list& args);
 extern OCTINTERP_API std::string
-get_dispatch_type (const octave_value_list& args, bool& builtin_class);
+get_dispatch_type (const octave_value_list& args, builtin_type_t& builtin_type);
 
 #endif