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.