mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed typo in spec
This commit is contained in:
parent
7b7209b7ed
commit
a03bf28054
@ -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
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user