diff options
Diffstat (limited to '')
| -rw-r--r-- | src/formatter.cpp | 2 |
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 | ||
| 19 | void Bu::Formatter::write( const char *sStr, int iLen ) | 19 | void Bu::Formatter::write( const void *sStr, int iLen ) |
| 20 | { | 20 | { |
| 21 | rOut.write( sStr, iLen ); | 21 | rOut.write( sStr, iLen ); |
| 22 | } | 22 | } |
