Skip to content

Commit a281bf5

Browse files
committed
fix random_string
1 parent 0616d92 commit a281bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odr/internal/common/random.cpp

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

66
namespace odr {
77

8-
std::string random_string(std::size_t length) {
8+
std::string internal::random_string(std::size_t length) {
99
static const std::string charset = "0123456789"
1010
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
1111
"abcdefghijklmnopqrstuvwxyz";

0 commit comments

Comments
 (0)