Skip to content

Commit 6244509

Browse files
author
xiao.dong
committed
fix string util ns
1 parent a4afb26 commit 6244509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/util/string_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
namespace iceberg {
2929

30-
class ICEBERG_EXPORT StringUtils {
30+
ICEBERG_EXPORT class StringUtils {
3131
public:
3232
static std::string ToLower(std::string_view str) {
3333
std::string input(str);

0 commit comments

Comments
 (0)