comparison main/octcdf/src/ov-ncdim.h @ 12565:f22c1e4bc9c5 octave-forge

Fix for compiling with octave 4.0.0-rc1
author abarth93
date Tue, 10 Mar 2015 13:53:33 +0000
parents 7144feee1d35
children
comparison
equal deleted inserted replaced
12564:c73c23bbe9ce 12565:f22c1e4bc9c5
132 132
133 void rename(string new_name); 133 void rename(string new_name);
134 private: 134 private:
135 ncdim_t* ncd; 135 ncdim_t* ncd;
136 136
137 137 #ifdef DEFINE_OCTAVE_ALLOCATOR
138 DECLARE_OCTAVE_ALLOCATOR 138 DECLARE_OCTAVE_ALLOCATOR
139 #endif
139 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA 140 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
140 }; 141 };
141 142
142 143
143 // end octave_ncdim 144 // end octave_ncdim