Fix warning.

This commit is contained in:
vng 2012-01-26 13:27:48 +03:00 committed by Alex Zolotarev
parent d960e0e43f
commit 84c9f1da64

View file

@ -26,7 +26,12 @@ namespace search
struct CategoryInfo;
class LangKeywordsScorer;
namespace impl { class IntermediateResult; struct FeatureLoader; class BestNameFinder; }
namespace impl
{
class IntermediateResult;
class FeatureLoader;
class BestNameFinder;
}
class Query
{
@ -55,7 +60,7 @@ public:
private:
friend struct impl::FeatureLoader;
friend class impl::FeatureLoader;
friend class impl::BestNameFinder;
typedef impl::IntermediateResult ResultT;