mirror of https://github.com/davisking/dlib.git
fixed typo in spec
This commit is contained in:
parent
854d0da8a7
commit
f63720201f
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace dlib
|
||||
{
|
||||
class unserialize : public std::iostream
|
||||
class unserialize : public std::istream
|
||||
{
|
||||
/*!
|
||||
WHAT THIS OBJECT REPRESENTS
|
||||
|
|
Loading…
Reference in New Issue