Commit c3d407ee authored by Davis King's avatar Davis King

Fixed typo in spec.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403399
parent 86ac25e9
...@@ -167,7 +167,7 @@ namespace dlib ...@@ -167,7 +167,7 @@ namespace dlib
> >
void serialize ( void serialize (
const type_safe_union<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>& item, const type_safe_union<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>& item,
std::istream& in std::ostream& out
); );
/*! /*!
provides serialization support provides serialization support
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment