# HG changeset patch # User jwe # Date 1201076078 0 # Node ID 905bceea061b12e42da5feef4beec09d2e6b023c # Parent ce6adb34ecf8c7198c61645bc189b5e4c07e0f3c [project @ 2008-01-23 08:14:38 by jwe] diff --git a/src/input.h b/src/input.h --- a/src/input.h +++ b/src/input.h @@ -86,7 +86,7 @@ // TRUE if the plotting system has requested a call to drawnow at // the next user prompt. -extern bool Vdrawnow_requested; +extern OCTINTERP_API bool Vdrawnow_requested; extern std::string gnu_readline (const std::string& s, bool force_readline = false);