mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Frame: Make Data struct public.
This commit is contained in:
@@ -25,7 +25,6 @@ class Frame {
|
||||
public:
|
||||
typedef uint64_t Time;
|
||||
|
||||
private:
|
||||
struct Data {
|
||||
explicit Data(std::size_t capacity_)
|
||||
: data(new char[capacity_]), size(0), capacity(capacity_) {}
|
||||
|
||||
Reference in New Issue
Block a user