diff options
Diffstat (limited to 'src/stable/array.h')
-rw-r--r-- | src/stable/array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/array.h b/src/stable/array.h index 9dc718a..eff3ab2 100644 --- a/src/stable/array.h +++ b/src/stable/array.h | |||
@@ -659,7 +659,7 @@ namespace Bu | |||
659 | }; | 659 | }; |
660 | 660 | ||
661 | class Formatter; | 661 | class Formatter; |
662 | Formatter &operator<<( Formatter &rOut, char *sStr ); | 662 | Formatter &operator<<( Formatter &rOut, const char *sStr ); |
663 | Formatter &operator<<( Formatter &rOut, signed char c ); | 663 | Formatter &operator<<( Formatter &rOut, signed char c ); |
664 | template<typename value> | 664 | template<typename value> |
665 | Formatter &operator<<( Formatter &f, const Bu::Array<value> &a ) | 665 | Formatter &operator<<( Formatter &f, const Bu::Array<value> &a ) |