changeset 13989:b4d399c975de

Export new added functions/classes (Woe32) * liboctave/oct-locbuf.h (octave_chunk_buffer::clear): Add OCTAVE_API. * liboctave/singleton-cleanup.h (class singleton_cleanup): Likewise.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 04 Dec 2011 16:48:27 +0000
parents 7ab497513c1a
children c9a0e5343cd8
files liboctave/oct-locbuf.h liboctave/singleton-cleanup.h
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/oct-locbuf.h	Sun Dec 04 11:01:19 2011 -0500
+++ b/liboctave/oct-locbuf.h	Sun Dec 04 16:48:27 2011 +0000
@@ -74,7 +74,7 @@
 
   char *data (void) const { return dat; }
 
-  static void clear (void);
+  static OCTAVE_API void clear (void);
 
 private:
 
--- a/liboctave/singleton-cleanup.h	Sun Dec 04 11:01:19 2011 -0500
+++ b/liboctave/singleton-cleanup.h	Sun Dec 04 16:48:27 2011 +0000
@@ -4,6 +4,7 @@
 #include <set>
 
 class
+OCTAVE_API
 singleton_cleanup_list
 {
 protected: