fix accidentally copied ctor declaration

This commit is contained in:
Crzyrndm 2018-07-03 11:09:33 +12:00
parent bb04205dac
commit fb195e2777

View File

@ -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>