diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-20 04:11:25 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-20 04:11:25 +0000 |
commit | 2e694cc1441a667d366395b889df4d30abe071c9 (patch) | |
tree | 0747106206d87c13e6e936a7846a68949abce9bf /ace/TTY_IO.h | |
parent | 6de6d532e993dc815715c1b0db5b77bb12fef96b (diff) | |
download | ATCD-2e694cc1441a667d366395b889df4d30abe071c9.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/TTY_IO.h')
-rw-r--r-- | ace/TTY_IO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/TTY_IO.h b/ace/TTY_IO.h index 0e348f244cb..f0cbee7d1e5 100644 --- a/ace/TTY_IO.h +++ b/ace/TTY_IO.h @@ -26,7 +26,7 @@ #include "ace/DEV_Connector.h" #include "ace/DEV_IO.h" -class ACE_TTY_IO : public ACE_DEV_IO +class ACE_Export ACE_TTY_IO : public ACE_DEV_IO // = TITLE // Class definitions for TTY-specific features. // |