Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
a03bf280
Commit
a03bf280
authored
Nov 07, 2012
by
Davis King
Browse files
Fixed typo in spec
parent
7b7209b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/server/server_kernel_abstract.h
dlib/server/server_kernel_abstract.h
+2
-2
No files found.
dlib/server/server_kernel_abstract.h
View file @
a03bf280
...
...
@@ -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
};
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment