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

Skip to content

Commit 877c942

Browse files
committed
bug fix
1 parent 6c2e32f commit 877c942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/behaviortree_cpp/loggers/bt_file_logger.h

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

2828
std::vector<SerializedTransition> buffer_;
2929

30-
bool buffer_max_size_;
30+
size_t buffer_max_size_;
3131
};
3232

3333
} // end namespace

0 commit comments

Comments
 (0)