diff options
Diffstat (limited to 'src/stable/list.h')
-rw-r--r-- | src/stable/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/list.h b/src/stable/list.h index 07b18bf..5ab7117 100644 --- a/src/stable/list.h +++ b/src/stable/list.h | |||
@@ -992,7 +992,7 @@ namespace Bu | |||
992 | }; | 992 | }; |
993 | 993 | ||
994 | class Formatter; | 994 | class Formatter; |
995 | Formatter &operator<<( Formatter &rOut, char *sStr ); | 995 | Formatter &operator<<( Formatter &rOut, const char *sStr ); |
996 | Formatter &operator<<( Formatter &rOut, signed char c ); | 996 | Formatter &operator<<( Formatter &rOut, signed char c ); |
997 | template<typename a, typename b, typename c> | 997 | template<typename a, typename b, typename c> |
998 | Formatter &operator<<( Formatter &f, const Bu::List<a,b,c> &l ) | 998 | Formatter &operator<<( Formatter &f, const Bu::List<a,b,c> &l ) |