diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-07 00:45:14 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-07 00:45:14 (GMT) |
commit | 8a51e15666d1a1be32508891959e053bcbaa938d (patch) | |
tree | 7d509a89288e2f1c5ead985c7354e7e49e8b431e /src/value.h | |
parent | f107519cabee2d524653959cbb8b7ef6fc852ba8 (diff) |
Custom stream operator for outputting relative filenames
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/value.h b/src/value.h index f3a4fdf..f81d28e 100644 --- a/src/value.h +++ b/src/value.h @@ -77,5 +77,6 @@ private: }; std::ostream &operator<<(std::ostream &stream, const Value &value); +std::ostream &operator<<(std::ostream &stream, const Filename &filename); #endif |