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
62e0a7dd17
commit
eaf3c2a773
@ -219,11 +219,6 @@ public:
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
const reference operator*() const;
|
const reference operator*() const;
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Dereferences this iterator to return the cell it points to.
|
|
||||||
/// </summary>
|
|
||||||
const cell operator*() const;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns true if this iterator is equivalent to other.
|
/// Returns true if this iterator is equivalent to other.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user