diff --git a/dlib/lsh/hashes_abstract.h b/dlib/lsh/hashes_abstract.h index 27f8ddb69..8a6b3e07f 100644 --- a/dlib/lsh/hashes_abstract.h +++ b/dlib/lsh/hashes_abstract.h @@ -50,7 +50,7 @@ namespace dlib typedef uint64 result_type; template - result_type perator() ( + result_type operator() ( const vector_type& v ) const; /*! @@ -116,7 +116,7 @@ namespace dlib typedef std::pair result_type; template - result_type perator() ( + result_type operator() ( const vector_type& v ) const; /*! @@ -184,7 +184,7 @@ namespace dlib typedef std::pair result_type; template - result_type perator() ( + result_type operator() ( const vector_type& v ) const; /*! @@ -252,7 +252,7 @@ namespace dlib typedef std::pair result_type; template - result_type perator() ( + result_type operator() ( const vector_type& v ) const; /*!