mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update Stream.cpp
This commit is contained in:
parent
7d7fd44427
commit
6935d4bfb1
@ -123,7 +123,7 @@ template < class T > struct RegisterStream
|
||||
.Func(_SC("TellP"), &T::TellP)
|
||||
.Func(_SC("Put"), &T::Put)
|
||||
.Func(_SC("Flush"), &T::Flush)
|
||||
.Func(_SC("Write"), &T::WriteString)
|
||||
.FmtFunc(_SC("Write"), &T::WriteString)
|
||||
.Func(_SC("WriteBuffer"), &T::WriteBuffer)
|
||||
// Member Overloads
|
||||
.Overload(_SC("SeekP"), &T::SeekP)
|
||||
|
Loading…
Reference in New Issue
Block a user