Skip to content

Commit fa65b9a

Browse files
authored
Export the FixedBuffer (#151)
1 parent a7150a1 commit fa65b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trantor/utils/LogStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static constexpr size_t kSmallBuffer{4000};
3030
static constexpr size_t kLargeBuffer{4000 * 1000};
3131

3232
template <int SIZE>
33-
class FixedBuffer : NonCopyable
33+
class TRANTOR_EXPORT FixedBuffer : NonCopyable
3434
{
3535
public:
3636
FixedBuffer() : cur_(data_)

0 commit comments

Comments
 (0)