Skip to content

Commit c931cda

Browse files
committed
Sneaky undocumented members
1 parent 011a036 commit c931cda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/capo.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <optional>
1818
#include <ranges>
1919
#include <span>
20+
#include <variant>
2021
#include <vector>
2122

2223
using namespace std::chrono_literals;
@@ -246,6 +247,8 @@ ma_data_source_vtable const StreamSource::s_vtable = {
246247
.onGetLength = [](ma_data_source* base, ma_uint64* out_length) -> ma_result {
247248
return static_cast<StreamSource*>(base)->get_frame_count(*out_length);
248249
},
250+
.onSetLooping = nullptr,
251+
.flags = {},
249252
};
250253

251254
class Sound : public ma_sound {

0 commit comments

Comments
 (0)