Skip to content

Commit

Permalink
Fixup struct declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdrake committed May 25, 2015
1 parent 6b2b3f7 commit f82db11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/boolexpr/test/test_set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ TEST_F(BoolExprSetTest, Iteration)
mark[i-1] = false;
}

BoolExprSetIter *it;
struct BoolExprSetIter *it;
for (it = BoolExprSetIter_New(set); !it->done; BoolExprSetIter_Next(it))
mark[it->item->key->data.lit.uniqid-1] = true;

Expand Down

0 comments on commit f82db11

Please sign in to comment.