From b4ab27db8a97f0a56a61bd56480cfbe08a1f3399 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 26 Mar 2009 17:00:35 +0000 Subject: Added some more constructors to the ServerSocket, and also switched the write function in Bu::Formatter to take a void *, what was I thinking? --- src/formatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/formatter.h') diff --git a/src/formatter.h b/src/formatter.h index 693c3ed..5dd7622 100644 --- a/src/formatter.h +++ b/src/formatter.h @@ -83,7 +83,7 @@ namespace Bu } Fmt; void write( const Bu::FString &sStr ); - void write( const char *sStr, int iLen ); + void write( const void *sStr, int iLen ); void writeAligned( const Bu::FString &sStr ); void writeAligned( const char *sStr, int iLen ); -- cgit v1.2.3