aboutsummaryrefslogtreecommitdiff
path: root/src/formatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/formatter.cpp')
-rw-r--r--src/formatter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formatter.cpp b/src/formatter.cpp
index 6eb3b86..2fadd96 100644
--- a/src/formatter.cpp
+++ b/src/formatter.cpp
@@ -16,7 +16,7 @@ void Bu::Formatter::write( const Bu::FString &sStr )
16 rOut.write( sStr ); 16 rOut.write( sStr );
17} 17}
18 18
19void Bu::Formatter::write( const char *sStr, int iLen ) 19void Bu::Formatter::write( const void *sStr, int iLen )
20{ 20{
21 rOut.write( sStr, iLen ); 21 rOut.write( sStr, iLen );
22} 22}