Commit 7fd5d6bf authored by Davis King's avatar Davis King

Fixed typo in spec

parent 50b636c1
...@@ -237,10 +237,11 @@ namespace dlib ...@@ -237,10 +237,11 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
template < template <
typename T typename T,
typename U
> >
void serialize ( void serialize (
const hashed_feature_image<T>& item, const hashed_feature_image<T,U>& item,
std::ostream& out std::ostream& out
); );
/*! /*!
...@@ -250,10 +251,11 @@ namespace dlib ...@@ -250,10 +251,11 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
template < template <
typename T typename T,
typename U
> >
void deserialize ( void deserialize (
hashed_feature_image<T>& item, hashed_feature_image<T,U>& item,
std::istream& in std::istream& in
); );
/*! /*!
......
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