mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 15:15:31 +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 {
|
namespace Stream {
|
||||||
|
|
||||||
// Do this before the class declaration, since the class itself
|
// Do this before the class declaration, since the class itself
|
||||||
// depends on it.
|
// uses it.
|
||||||
class MemoryStream;
|
class MemoryStream;
|
||||||
typedef boost::shared_ptr<MemoryStream> MemoryStreamPtr;
|
typedef boost::shared_ptr<MemoryStream> MemoryStreamPtr;
|
||||||
|
|
||||||
/** A Stream wrapping a memory buffer
|
/** 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.
|
pair you give it.
|
||||||
*/
|
*/
|
||||||
class MemoryStream : public Stream
|
class MemoryStream : public Stream
|
||||||
|
|
Loading…
Reference in a new issue