Commit 7652acce authored by Davis King's avatar Davis King

Minor change to avoid warning from gcc.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403341
parent 6aeead8f
...@@ -369,16 +369,16 @@ namespace dlib ...@@ -369,16 +369,16 @@ namespace dlib
typename T typename T
> >
void serialize ( void serialize (
const linear_kernel<T>& item, const linear_kernel<T>& ,
std::ostream& out std::ostream&
){} ){}
template < template <
typename T typename T
> >
void deserialize ( void deserialize (
linear_kernel<T>& item, linear_kernel<T>& ,
std::istream& in std::istream&
){} ){}
template < template <
......
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