diff options
Diffstat (limited to 'lib/include/input.hh')
-rw-r--r-- | lib/include/input.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/input.hh b/lib/include/input.hh index 180baf170b..f87385c428 100644 --- a/lib/include/input.hh +++ b/lib/include/input.hh @@ -26,6 +26,7 @@ public: String location_str()const; Input(Source_file*, char const*); Input(); + Input( Input const& ); }; #endif // INPUT_HH |