comparison src/ov-bool.h @ 4612:d44675070f1a

[project @ 2003-11-14 19:49:56 by jwe]
author jwe
date Fri, 14 Nov 2003 19:50:38 +0000
parents d7d9ca19960a
children ca70857bdbd1
comparison
equal deleted inserted replaced
4611:c76a32c6f90c 4612:d44675070f1a
104 104
105 octave_value convert_to_str_internal (bool pad, bool force) const; 105 octave_value convert_to_str_internal (bool pad, bool force) const;
106 106
107 private: 107 private:
108 108
109 DECLARE_OCTAVE_ALLOCATOR
110
109 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA 111 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
110
111 DECLARE_OCTAVE_ALLOCATOR
112 }; 112 };
113 113
114 #endif 114 #endif
115 115
116 /* 116 /*