# HG changeset patch # User Michael Goffioul # Date 1246277831 -7200 # Node ID 1d6856f0acd3cd4fa0231dd6e3e593c0e144eace # Parent 9d85d65615731b1ffe94926f56846dd31c264284 Add exported symbols diff -r 9d85d6561573 -r 1d6856f0acd3 liboctave/ChangeLog --- a/liboctave/ChangeLog Mon Jun 29 14:15:59 2009 +0200 +++ b/liboctave/ChangeLog Mon Jun 29 14:17:11 2009 +0200 @@ -1,3 +1,8 @@ +2009-06-26 Michael Goffioul + + * pathsearch.h (class dir_path::static_members): Decorate with + OCTAVE_API. + 2009-06-24 Alexander Barth * eigs-base.cc (EigsRealSymmetricMatrix, diff -r 9d85d6561573 -r 1d6856f0acd3 liboctave/pathsearch.h --- a/liboctave/pathsearch.h Mon Jun 29 14:15:59 2009 +0200 +++ b/liboctave/pathsearch.h Mon Jun 29 14:17:11 2009 +0200 @@ -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: