Commit a03bf280 authored by Davis King's avatar Davis King

Fixed typo in spec

parent 7b7209b7
...@@ -277,8 +277,8 @@ namespace dlib ...@@ -277,8 +277,8 @@ namespace dlib
// restricted functions // restricted functions
server(server<T>&); // copy constructor server(server&); // copy constructor
server<T>& operator=(server<T>&); // assignment operator server& operator=(server&); // assignment operator
}; };
} }
......
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