Skip to content

Commit

Permalink
InputStream.hpp was missing from the source file listing in CMake fil…
Browse files Browse the repository at this point in the history
…es, and added an important comment in the doc of InputStream::read (#349)
  • Loading branch information
LaurentGomila committed May 9, 2013
1 parent 0edf79c commit ae11207
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/SFML/System/InputStream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,13 @@ public :
///
////////////////////////////////////////////////////////////
virtual ~InputStream() {}

////////////////////////////////////////////////////////////
/// \brief Read data from the stream
///
/// After reading, the stream's reading position must be
/// advanced by the amount of bytes read.
///
/// \param data Buffer where to copy the read data
/// \param size Desired number of bytes to read
///
Expand Down
1 change: 1 addition & 0 deletions src/SFML/System/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set(SRC
${SRCROOT}/Err.cpp
${INCROOT}/Err.hpp
${INCROOT}/Export.hpp
${INCROOT}/InputStream.hpp
${SRCROOT}/Lock.cpp
${INCROOT}/Lock.hpp
${SRCROOT}/Mutex.cpp
Expand Down

0 comments on commit ae11207

Please sign in to comment.