mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed typo in spec.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403399
This commit is contained in:
parent
86ac25e960
commit
c3d407eec3
@ -167,7 +167,7 @@ namespace dlib
|
||||
>
|
||||
void serialize (
|
||||
const type_safe_union<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>& item,
|
||||
std::istream& in
|
||||
std::ostream& out
|
||||
);
|
||||
/*!
|
||||
provides serialization support
|
||||
|
Loading…
Reference in New Issue
Block a user