Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8704d21c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Correctly implement a stub for AddSequenceData"

parents d669e629 a1e1727b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ bool ICowWriter::AddLabel(uint64_t label) {
    return EmitLabel(label);
}

bool AddSequenceData(size_t /*num_ops*/, const uint32_t* /*data*/) {
bool ICowWriter::AddSequenceData(size_t /*num_ops*/, const uint32_t* /*data*/) {
    LOG(ERROR) << "AddSequenceData not yet implemented";
    return false;
}