From efa8c90e54603682495f9a57e3045c9c6998f42b Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sat, 3 Dec 2016 12:57:01 +0100 Subject: [PATCH] fix method return type declaration --- include/xlnt/cell/text_run.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xlnt/cell/text_run.hpp b/include/xlnt/cell/text_run.hpp index 12a9f1c0..7d1f9af7 100644 --- a/include/xlnt/cell/text_run.hpp +++ b/include/xlnt/cell/text_run.hpp @@ -87,7 +87,7 @@ public: /// /// /// - color color() const; + xlnt::color color() const; /// ///