Fixed typo in spec

This commit is contained in:
Davis King 2012-11-07 21:49:10 -05:00
parent 7b7209b7ed
commit a03bf28054

View File

@ -277,8 +277,8 @@ namespace dlib
// restricted functions
server(server<T>&); // copy constructor
server<T>& operator=(server<T>&); // assignment operator
server(server&); // copy constructor
server& operator=(server&); // assignment operator
};
}