From a9505d19eb0d388e71bb8f9fbdd24c790b34131d Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sun, 25 Sep 2011 20:38:45 +0300 Subject: [PATCH] Typical YG warning fix --- yg/text_path.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yg/text_path.hpp b/yg/text_path.hpp index b5599874c7..89d9f46252 100644 --- a/yg/text_path.hpp +++ b/yg/text_path.hpp @@ -26,8 +26,8 @@ namespace yg class TextPath { - bool m_reverse; buffer_vector m_arr; + bool m_reverse; public: TextPath();