浏览代码

export class HttpServer

ithewei 1 年之前
父节点
当前提交
d7fd5451a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      http/server/HttpServer.h

+ 1 - 1
http/server/HttpServer.h

@@ -83,7 +83,7 @@ int main() {
 
 namespace hv {
 
-class HttpServer : public http_server_t {
+class HV_EXPORT HttpServer : public http_server_t {
 public:
     HttpServer(HttpService* service = NULL)
         : http_server_t()