changeset 12026:1d6856f0acd3 release-3-2-x

Add exported symbols
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 29 Jun 2009 14:17:11 +0200
parents 9d85d6561573
children 650a5bbc07a8
files liboctave/ChangeLog liboctave/pathsearch.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-26  Michael Goffioul  <michael.goffioul@gmail.com>
+
+	* pathsearch.h (class dir_path::static_members): Decorate with
+	OCTAVE_API.
+
 2009-06-24  Alexander Barth  <barth.alexander@gmail.com>
 
 	* eigs-base.cc (EigsRealSymmetricMatrix,
--- a/liboctave/pathsearch.h
+++ b/liboctave/pathsearch.h
@@ -125,7 +125,7 @@
   // making them static members of the dir_path class so that we can
   // ensure proper initialization.
 
-  class static_members
+  class OCTAVE_API static_members
   {
   public: