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>
|
||||
workbook(workbook &&other);
|
||||
|
||||
/// <summary>
|
||||
/// Move constructor. Constructs a workbook from existing workbook, other.
|
||||
/// </summary>
|
||||
workbook(workbook &&other);
|
||||
|
||||
/// <summary>
|
||||
/// Copy constructor. Constructs this workbook from existing workbook, other.
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue
Block a user