changeset 6169:7ee64ed645a0

[project @ 2006-11-15 16:12:57 by jwe]
author jwe
date Wed, 15 Nov 2006 16:12:58 +0000
parents a3cd9e6fcd9c
children 033b9fd8012a
files src/Cell.h src/ChangeLog
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Cell.h
+++ b/src/Cell.h
@@ -33,6 +33,7 @@
 #include "oct-obj.h"
 
 class
+OCTINTERP_API
 Cell : public ArrayN<octave_value>
 {
 public:
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-15  Michael Goffioul  <michael.goffioul@swing.be>
+
+	* Cell.h (Cell): Tag class with OCTINTERP_API.
+
 2006-11-13  John W. Eaton  <jwe@octave.org>
 
 	* load-save.cc (find_file_to_load): New function.
@@ -16,7 +20,7 @@
 	New functions.
 
 	* ov-re-mat.h, ov-scalar.h, pr-output.h:
-	Sprinkle with OCTAVE_API as needed.
+	Sprinkle with OCTINTERP_API as needed.
 
 2006-11-11  John W. Eaton  <jwe@octave.org>