# HG changeset patch # User Michael Goffioul # Date 1323017307 0 # Node ID b4d399c975de959bd00720a8a5f429c66b483262 # Parent 7ab497513c1a96cc9941f6f10764a4a708b306fc 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. diff --git a/liboctave/oct-locbuf.h b/liboctave/oct-locbuf.h old mode 100644 new mode 100755 --- a/liboctave/oct-locbuf.h +++ b/liboctave/oct-locbuf.h @@ -74,7 +74,7 @@ char *data (void) const { return dat; } - static void clear (void); + static OCTAVE_API void clear (void); private: diff --git a/liboctave/singleton-cleanup.h b/liboctave/singleton-cleanup.h old mode 100644 new mode 100755 --- a/liboctave/singleton-cleanup.h +++ b/liboctave/singleton-cleanup.h @@ -4,6 +4,7 @@ #include class +OCTAVE_API singleton_cleanup_list { protected: