From 634a6bdcfccd8e3ea94708e396b70597e0ea66c0 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 26 Jul 2013 03:24:35 +0000 Subject: Fixed some random whining issues, dropped extra char * formatter references, and fixed a null/integer issue in Bu::Hash --- src/stable/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stable/list.h') 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 }; class Formatter; - Formatter &operator<<( Formatter &rOut, char *sStr ); + Formatter &operator<<( Formatter &rOut, const char *sStr ); Formatter &operator<<( Formatter &rOut, signed char c ); template Formatter &operator<<( Formatter &f, const Bu::List &l ) -- cgit v1.2.3