Mercurial > hg > octave-thorsten
changeset 13321:5ea207067ee5
Export base_property::set.
* graphics.h.in (base_property::set): Add OCTINTERP_API modifier.
author | Michael Goffioul <michael.goffioul@gmail.com> |
---|---|
date | Tue, 11 Oct 2011 23:07:48 +0100 |
parents | 9da8fbd17b92 |
children | 16a706965ee0 |
files | src/graphics.h.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/graphics.h.in +++ b/src/graphics.h.in @@ -364,8 +364,8 @@ // Sets property value, notifies graphics toolkit. // If do_run is true, runs associated listeners. - bool set (const octave_value& v, bool do_run = true, - bool do_notify_toolkit = true); + OCTINTERP_API bool set (const octave_value& v, bool do_run = true, + bool do_notify_toolkit = true); virtual octave_value get (void) const {