From 7743750dfa7f5b730e1db565bc4d6b1d11df5a15 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sat, 3 Dec 2016 21:19:54 +0100 Subject: [PATCH] will this work? --- include/xlnt/worksheet/cell_vector.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/xlnt/worksheet/cell_vector.hpp b/include/xlnt/worksheet/cell_vector.hpp index 0c9fc913..bc8cb452 100644 --- a/include/xlnt/worksheet/cell_vector.hpp +++ b/include/xlnt/worksheet/cell_vector.hpp @@ -39,6 +39,8 @@ class cell_iterator; class const_cell_iterator; class range_reference; +using cell_ = cell; + /// /// A cell vector is a linear (1D) range of cells, either vertical or horizontal /// depending on the major order specified in the constructor. @@ -104,7 +106,7 @@ public: /// /// /// - class xlnt::cell cell(std::size_t column_index); + cell_ cell(std::size_t column_index); /// ///