From 1c9a6b389e447e8fe35255891a3503565f7c7259 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 25 Nov 2011 17:39:10 +0300 Subject: [PATCH] Warning fix --- indexer/index.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer/index.hpp b/indexer/index.hpp index 8189bae3f2..3d556401bf 100644 --- a/indexer/index.hpp +++ b/indexer/index.hpp @@ -18,8 +18,8 @@ class MwmValue : public MwmSet::MwmValueBase { public: - string m_name; FilesContainerR m_cont; + string m_name; IndexFactory m_factory; explicit MwmValue(string const & name);