From fb195e277751722388374d466a55a95068afab6d Mon Sep 17 00:00:00 2001 From: Crzyrndm Date: Tue, 3 Jul 2018 11:09:33 +1200 Subject: [PATCH] fix accidentally copied ctor declaration --- include/xlnt/workbook/workbook.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/xlnt/workbook/workbook.hpp b/include/xlnt/workbook/workbook.hpp index 813b6853..7b98f622 100644 --- a/include/xlnt/workbook/workbook.hpp +++ b/include/xlnt/workbook/workbook.hpp @@ -155,11 +155,6 @@ public: /// workbook(workbook &&other); - /// - /// Move constructor. Constructs a workbook from existing workbook, other. - /// - workbook(workbook &&other); - /// /// Copy constructor. Constructs this workbook from existing workbook, other. ///