From 2e7830ea91ea1b5f76b6483b1a8c7a295774b01c Mon Sep 17 00:00:00 2001 From: Crzyrndm Date: Tue, 3 Jul 2018 14:43:27 +1200 Subject: [PATCH] another simple build issue fix --- include/xlnt/worksheet/range.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xlnt/worksheet/range.hpp b/include/xlnt/worksheet/range.hpp index cfc34c64..c30256da 100644 --- a/include/xlnt/worksheet/range.hpp +++ b/include/xlnt/worksheet/range.hpp @@ -120,7 +120,7 @@ public: /// /// The worksheet this range targets /// - const worksheet &worksheet() const; + const class worksheet &worksheet() const; /// /// Returns the reference defining the bounds of this range.