mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-11 00:44:33 +00:00
comment spell fix
This commit is contained in:
parent
2a6ed21351
commit
20960ad684
@ -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…
x
Reference in New Issue
Block a user