1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-16 15:09:46 +00:00

Rename AstType to GlobExpression

This commit is contained in:
King_DuckZ 2016-05-13 19:22:33 +02:00
parent 94ebfbdfcb
commit 61fa9628a5
5 changed files with 15 additions and 15 deletions

View file

@ -23,7 +23,7 @@
#include <string>
namespace g2r {
AstType make_ast ( const std::string& parGlob );
GlobExpression make_ast ( const std::string& parGlob );
} //namespace g2r
#endif