Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9826a27

Browse files
committed
UserAgentParserPtr 추가
1 parent 11acfa1 commit 9826a27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UaParser.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ class UserAgentParser {
6464
const void* ua_store_;
6565
};
6666

67+
using UserAgentParserPtr = std::unique_ptr<UserAgentParser>;
6768
} // namespace uap_cpp

0 commit comments

Comments
 (0)