mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix accidentally copied ctor declaration
This commit is contained in:
parent
bb04205dac
commit
fb195e2777
|
@ -155,11 +155,6 @@ public:
|
||||||
/// </summary>
|
/// </summary>
|
||||||
workbook(workbook &&other);
|
workbook(workbook &&other);
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Move constructor. Constructs a workbook from existing workbook, other.
|
|
||||||
/// </summary>
|
|
||||||
workbook(workbook &&other);
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Copy constructor. Constructs this workbook from existing workbook, other.
|
/// Copy constructor. Constructs this workbook from existing workbook, other.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user