Skip to content

Commit

Permalink
Added comment that should've been in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusGix committed Aug 30, 2019
1 parent 7734318 commit 8b1aa49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editstorage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ class EditStorage {


// == Other ==
// TODO: do testing of collateEdits once it's made
void collateEdits ();
// TODO: add a function to join edits together to shrink space usage of the stored edits.
// Would break undo, but that's fine if it's only ran when explcitly

void clear () noexcept;
void clearNotStats () noexcept;
Expand Down

0 comments on commit 8b1aa49

Please sign in to comment.