diff liboctave/ODEFunc.h @ 465:4caf8fbeb778

[project @ 1994-06-06 01:05:09 by jwe]
author jwe
date Mon, 06 Jun 1994 01:05:09 +0000
parents 7e870a4ec9bc
children 2ca256b77602
line wrap: on
line diff
--- a/liboctave/ODEFunc.h
+++ b/liboctave/ODEFunc.h
@@ -24,7 +24,12 @@
 #if !defined (octave_ODEFunc_h)
 #define octave_ODEFunc_h 1
 
-#include "Matrix.h"
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
+class Matrix;
+class ColumnVector;
 
 extern "C++" {