diff src/ov.cc @ 4966:91b61d27b9b4

[project @ 2004-09-07 02:01:22 by jwe]
author jwe
date Tue, 07 Sep 2004 02:01:22 +0000
parents c0d8e8afa82f
children 25c2664861bc
line wrap: on
line diff
--- a/src/ov.cc	Mon Sep 06 20:19:57 2004 +0000
+++ b/src/ov.cc	Tue Sep 07 02:01:22 2004 +0000
@@ -66,6 +66,7 @@
 #include "ov-dld-fcn.h"
 #include "ov-usr-fcn.h"
 #include "ov-fcn-handle.h"
+#include "ov-fcn-inline.h"
 #include "ov-typeinfo.h"
 
 #include "defun.h"
@@ -2153,6 +2154,7 @@
   octave_user_function::register_type ();
   octave_dld_function::register_type ();
   octave_fcn_handle::register_type ();
+  octave_fcn_inline::register_type ();
   octave_streamoff::register_type ();
 }