diff src/input.h @ 7414:905bceea061b

[project @ 2008-01-23 08:14:38 by jwe]
author jwe
date Wed, 23 Jan 2008 08:14:38 +0000
parents 73036cdd855d
children 40c428ea3408
line wrap: on
line diff
--- a/src/input.h	Wed Jan 23 07:55:19 2008 +0000
+++ b/src/input.h	Wed Jan 23 08:14:38 2008 +0000
@@ -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);