diff options
Diffstat (limited to 'lib/Input.cc')
-rw-r--r-- | lib/Input.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Input.cc b/lib/Input.cc index ee36ded..999ebab 100644 --- a/lib/Input.cc +++ b/lib/Input.cc @@ -85,7 +85,9 @@ off_t Input::seek(off_t offset, int whence) throw (GeneralException) { return itell; } +#ifdef HOOK_STDS Stdin_t::Stdin_t() { } +#endif bool Stdin_t::CanSeek() const { return 0; |