changeset 9402:cdfb9ad48080

Add exported symbols
author Michael Goffioul <michael.goffioul@gmail.com>
date Fri, 26 Jun 2009 20:49:41 +0100
parents 6c421f2355b5
children 4af6e29449c1
files liboctave/ChangeLog liboctave/pathsearch.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Jun 26 09:15:31 2009 -0400
+++ b/liboctave/ChangeLog	Fri Jun 26 20:49:41 2009 +0100
@@ -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-26  Jaroslav Hajek  <highegg@gmail.com>
 
 	* oct-sort.cc (octave_sort<T>::lookup_merge<Comp>): Slightly speed-up
--- a/liboctave/pathsearch.h	Fri Jun 26 09:15:31 2009 -0400
+++ b/liboctave/pathsearch.h	Fri Jun 26 20:49:41 2009 +0100
@@ -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: