diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-29 00:48:32 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-29 00:48:32 +0000 |
commit | ec8ed8b4b44c7b039e87faaa50bb4d503393d336 (patch) | |
tree | 7ea933f72bf2186f12658f96a30e451622fc485a /src/fstring.h | |
parent | 76ea96f91115585f7c6b49d11ba60ec15bee12e6 (diff) | |
download | libbu++-ec8ed8b4b44c7b039e87faaa50bb4d503393d336.tar.gz libbu++-ec8ed8b4b44c7b039e87faaa50bb4d503393d336.tar.bz2 libbu++-ec8ed8b4b44c7b039e87faaa50bb4d503393d336.tar.xz libbu++-ec8ed8b4b44c7b039e87faaa50bb4d503393d336.zip |
A few changes here and there, mainly related to getting the new Server system
working in optimal condition...
Diffstat (limited to 'src/fstring.h')
-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 |