aboutsummaryrefslogtreecommitdiff
path: root/src/fstring.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/fstring.h2
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>
900std::ostream& operator<< (std::ostream &os, Bu::FString &val ); 900std::basic_ostream<char>& operator<< (std::basic_ostream<char> &os, const Bu::FString &val );
901 901
902#endif 902#endif