diff options
Diffstat (limited to 'src/stable/sio.h')
-rw-r--r-- | src/stable/sio.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/stable/sio.h b/src/stable/sio.h index cc7b098..d9761b2 100644 --- a/src/stable/sio.h +++ b/src/stable/sio.h | |||
@@ -16,11 +16,11 @@ namespace Bu | |||
16 | extern Bu::StdStream sioRaw; | 16 | extern Bu::StdStream sioRaw; |
17 | extern Bu::Formatter sio; | 17 | extern Bu::Formatter sio; |
18 | 18 | ||
19 | Bu::size print( Bu::Stream &s, const Bu::String &str ); | 19 | Bu::String::FormatProxy print( Bu::Stream &s, const Bu::String &str ); |
20 | Bu::size print( const Bu::String &str ); | 20 | Bu::String::FormatProxy print( const Bu::String &str ); |
21 | 21 | ||
22 | Bu::size println( Bu::Stream &s, const Bu::String &str ); | 22 | Bu::String::FormatProxy println( Bu::Stream &s, const Bu::String &str ); |
23 | Bu::size println( const Bu::String &str ); | 23 | Bu::String::FormatProxy println( const Bu::String &str ); |
24 | }; | 24 | }; |
25 | 25 | ||
26 | #endif | 26 | #endif |