diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-01-22 20:57:54 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-01-22 20:57:54 +0100 |
commit | 3eff766ce1cbed5d3a3c3158614e6741cc1b7f2a (patch) | |
tree | a8151a50baec72bbc81fc8dfcaf476c7f0555693 /lexer.cpp | |
parent | f4b2027868c9733bbbbcb4c5ec6d5462a8447e5d (diff) |
Using namespace for disambiguation
Diffstat (limited to 'lexer.cpp')
-rw-r--r-- | lexer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #include "lexer.h" +using namespace Lex; + void Tree::clear() { nodes.clear(); root = 0; |