Procházet zdrojové kódy

export class HttpServer

ithewei před 1 rokem
rodič
revize
d7fd5451a7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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()