소스 검색

export hv::NetAddr

ithewei 1 년 전
부모
커밋
7a8aad7061
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cpputil/hstring.h

+ 1 - 1
cpputil/hstring.h

@@ -75,7 +75,7 @@ HV_EXPORT std::string trim_pairs(const std::string& str, const char* pairs = PAI
 HV_EXPORT std::string replace(const std::string& str, const std::string& find, const std::string& rep);
 HV_EXPORT std::string replaceAll(const std::string& str, const std::string& find, const std::string& rep);
 
-struct NetAddr {
+struct HV_EXPORT NetAddr {
     std::string     ip;
     int             port;