mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Fix HTML.
llvm-svn: 137010
This commit is contained in:
@@ -192,7 +192,7 @@ namespace myapp {
|
||||
}
|
||||
|
||||
using namespace myapp;
|
||||
void addHTTPService(servers::Server const &;amp;server, ::services::WebService const *http) {
|
||||
void addHTTPService(servers::Server const &server, ::services::WebService const *http) {
|
||||
server += http;
|
||||
}
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user