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:
parent
94ebfbdfcb
commit
61fa9628a5
5 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue