Skip to content
Snippets Groups Projects
Commit a991af29 authored by pcherenkov's avatar pcherenkov
Browse files

clang-build: tree class declarations put in proper order (gcc warnings abated)

parent b99328f4
No related merge requests found
......@@ -808,8 +808,6 @@ tree_iterator_free(struct iterator *iterator)
/* {{{ TreeIndex -- base tree index class *************************/
@implementation TreeIndex
@class SparseTreeIndex;
@class DenseTreeIndex;
@class Num32TreeIndex;
......@@ -836,6 +834,7 @@ tree_iterator_free(struct iterator *iterator)
}
@end
@implementation TreeIndex
+ (Index *) alloc: (struct key_def *) key_def :(struct space *) space
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment