diff liboctave/int32NDArray.h @ 8774:b756ce0002db

split implementation and interface in mx-op-defs and MArray-defs
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 17 Feb 2009 08:38:00 +0100
parents e8d953d03f6a
children eb63fbe60fab
line wrap: on
line diff
--- a/liboctave/int32NDArray.h	Tue Feb 17 01:33:10 2009 -0500
+++ b/liboctave/int32NDArray.h	Tue Feb 17 08:38:00 2009 +0100
@@ -24,7 +24,7 @@
 #define octave_int32NDArray_h 1
 
 #include "intNDArray.h"
-#include "mx-op-defs.h"
+#include "mx-op-decl.h"
 #include "oct-inttypes.h"
 
 typedef intNDArray<octave_int32> int32NDArray;