Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Mar 8, 2019
1 parent 6c2e32f commit 877c942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/behaviortree_cpp/loggers/bt_file_logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class FileLogger : public StatusChangeLogger

std::vector<SerializedTransition> buffer_;

bool buffer_max_size_;
size_t buffer_max_size_;
};

} // end namespace
Expand Down

0 comments on commit 877c942

Please sign in to comment.