mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Remove double definition
This commit is contained in:
parent
b6e44f1faa
commit
62f7eecf65
|
@ -219,11 +219,6 @@ public:
|
|||
/// </summary>
|
||||
const reference operator*() const;
|
||||
|
||||
/// <summary>
|
||||
/// Dereferences this iterator to return the cell it points to.
|
||||
/// </summary>
|
||||
const cell operator*() const;
|
||||
|
||||
/// <summary>
|
||||
/// Returns true if this iterator is equivalent to other.
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue
Block a user