# HG changeset patch # User Michael Goffioul # Date 1246277831 -7200 # Node ID 1d6856f0acd3cd4fa0231dd6e3e593c0e144eace # Parent 9d85d65615731b1ffe94926f56846dd31c264284 Add exported symbols diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -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 --git a/liboctave/pathsearch.h b/liboctave/pathsearch.h --- 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: