mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:15:32 +00:00
comment spell fix
This commit is contained in:
parent
2a6ed21351
commit
20960ad684
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@ namespace Mangle {
|
|||
namespace Stream {
|
||||
|
||||
// Do this before the class declaration, since the class itself
|
||||
// depends on it.
|
||||
// uses it.
|
||||
class MemoryStream;
|
||||
typedef boost::shared_ptr<MemoryStream> MemoryStreamPtr;
|
||||
|
||||
/** A Stream wrapping a memory buffer
|
||||
|
||||
This will create a fully seekable stream out any pointer/length
|
||||
This will create a fully seekable stream out of any pointer/length
|
||||
pair you give it.
|
||||
*/
|
||||
class MemoryStream : public Stream
|
||||
|
|
Loading…
Reference in a new issue