InputStream.hpp was missing from the source file listing in CMake files, and added an important comment in the doc of InputStream::read (#349)
This commit is contained in:
parent
0edf79cb89
commit
ae11207cdf
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue