1
0
Fork 0

Wrong renaming of index operator

This commit is contained in:
Michael Hackstein 2015-08-28 16:31:05 +02:00
parent e01f8f6b0f
commit 13b7e00436
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ struct TRI_logical_index_operator_t : public TRI_index_operator_t {
// Storage for relation operator, e.g. <, <=, >, >=, ==, in
//................................................................................
struct TRI_relation_index_operator_s : public TRI_index_operator_t {
struct TRI_relation_index_operator_t : public TRI_index_operator_t {
TRI_json_t* _parameters; // parameters with which this relation was called with
TRI_shaped_json_t* _fields; // actual data from the parameters converted from
// a json array to a shaped json array