Skip to content

Commit

Permalink
Silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored Apr 6, 2023
1 parent 9872111 commit 78a63f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edbee-lib/edbee/util/lineoffsetvector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void LineOffsetVector::applyChange(TextBufferChange change)

//qlog_info() << "- before: " << toUnitTestString() ;
//qlog_info() << "- offsetList_.replace(" << change.line() << "," << change.lineCount() << ": " << offsets << ")";
offsetList_.replace( line, change.lineCount(), change.newLineOffsets().constBegin(), change.newLineCount() );
offsetList_.replace( line, change.lineCount(), change.newLineOffsets().constBegin().operator->(), change.newLineCount() );
//qlog_info() << "- after: " << toUnitTestString();


Expand Down

0 comments on commit 78a63f1

Please sign in to comment.