From 2849277da85316c05766d6ae1eb3b984e3de7f2a Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Thu, 22 Sep 2011 20:30:47 +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 89d9f46252..b5599874c7 100644 --- a/yg/text_path.hpp +++ b/yg/text_path.hpp @@ -26,8 +26,8 @@ namespace yg class TextPath { - buffer_vector m_arr; bool m_reverse; + buffer_vector m_arr; public: TextPath();