Skip to content

Commit

Permalink
Make gcc happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
scturtle committed Feb 10, 2018
1 parent bd4482d commit a50bff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ struct IndexFamily {
using FuncId = Id<IndexFunc>;
using TypeId = Id<IndexType>;
using VarId = Id<IndexVar>;
using Range = Range;
using Range = ::Range;
using FuncRef = IndexFuncRef;
};

Expand Down

0 comments on commit a50bff0

Please sign in to comment.