diff src/ov-fcn-handle.h @ 4612:d44675070f1a

[project @ 2003-11-14 19:49:56 by jwe]
author jwe
date Fri, 14 Nov 2003 19:50:38 +0000
parents d39de791ef9c
children f70c9e90ac2d
line wrap: on
line diff
--- a/src/ov-fcn-handle.h	Fri Nov 14 17:48:46 2003 +0000
+++ b/src/ov-fcn-handle.h	Fri Nov 14 19:50:38 2003 +0000
@@ -84,9 +84,9 @@
   // The name of the handle.
   std::string nm;
 
-  DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
+  DECLARE_OCTAVE_ALLOCATOR
 
-  DECLARE_OCTAVE_ALLOCATOR
+  DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
 };
 
 extern octave_value make_fcn_handle (const std::string& nm);