Fix warning.
This commit is contained in:
parent
d960e0e43f
commit
84c9f1da64
1 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue