From 0c0064c050396eae8dad92e5097692537405704a Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 19 Dec 2016 17:10:51 -0800 Subject: [core] Get rid of user-specified refs --- include/mbgl/util/color.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mbgl/util') diff --git a/include/mbgl/util/color.hpp b/include/mbgl/util/color.hpp index 18e4747069..300d7fae82 100644 --- a/include/mbgl/util/color.hpp +++ b/include/mbgl/util/color.hpp @@ -36,6 +36,7 @@ public: static Color blue() { return { 0.0f, 0.0f, 1.0f, 1.0f }; }; static optional parse(const std::string&); + std::string stringify() const; }; inline bool operator==(const Color& colorA, const Color& colorB) { -- cgit v1.2.1