diff options
Diffstat (limited to '')
-rw-r--r-- | src/fstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fstring.h b/src/fstring.h index 1f21b5f..f06c362 100644 --- a/src/fstring.h +++ b/src/fstring.h | |||
@@ -897,6 +897,6 @@ namespace Bu | |||
897 | } | 897 | } |
898 | 898 | ||
899 | #include <ostream> | 899 | #include <ostream> |
900 | std::ostream& operator<< (std::ostream &os, Bu::FString &val ); | 900 | std::basic_ostream<char>& operator<< (std::basic_ostream<char> &os, const Bu::FString &val ); |
901 | 901 | ||
902 | #endif | 902 | #endif |