Skip to content

Commit

Permalink
Rename clear_elements() to just clear()
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Nov 10, 2024
1 parent ecd48ac commit b16b873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/guisan/listmodel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace gcn
virtual void add(const std::string& str) = 0;

// Clear all elements
virtual void clear_elements() = 0;
virtual void clear() = 0;
};
}

Expand Down

0 comments on commit b16b873

Please sign in to comment.