[ios] Fixed clang warning

This commit is contained in:
Alex Zolotarev 2011-08-25 15:12:50 +03:00 committed by Alex Zolotarev
parent 0495475b7c
commit 64c5e89c5d

View file

@ -14,7 +14,7 @@ volatile int g_queryId = 0;
search::Result * m_result;
}
- (id)initWithResult:(search::Result const &) res;
- (search::Result *)get;
- (search::Result const *)get;
@end
@implementation Wrapper