summaryrefslogtreecommitdiff
path: root/include/SFML/System/MemoryInputStream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SFML/System/MemoryInputStream.hpp')
-rw-r--r--include/SFML/System/MemoryInputStream.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/SFML/System/MemoryInputStream.hpp b/include/SFML/System/MemoryInputStream.hpp
index 4b7f9ef..0ce96f6 100644
--- a/include/SFML/System/MemoryInputStream.hpp
+++ b/include/SFML/System/MemoryInputStream.hpp
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2018 Laurent Gomila (laurent@sfml-dev.org)
+// Copyright (C) 2007-2023 Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
@@ -104,9 +104,9 @@ private:
////////////////////////////////////////////////////////////
// Member data
////////////////////////////////////////////////////////////
- const char* m_data; ///< Pointer to the data in memory
- Int64 m_size; ///< Total size of the data
- Int64 m_offset; ///< Current reading position
+ const char* m_data; //!< Pointer to the data in memory
+ Int64 m_size; //!< Total size of the data
+ Int64 m_offset; //!< Current reading position
};
} // namespace sf