Forgot static(
This commit is contained in:
@@ -14,9 +14,9 @@ using std::make_pair;
|
||||
using std::string;
|
||||
using std::to_string;
|
||||
|
||||
map<char, SgType*> implicit;
|
||||
set<SgSymbol*> vars;
|
||||
vector<SgSymbol*> toDecl;
|
||||
static map<char, SgType*> implicit;
|
||||
static set<SgSymbol*> vars;
|
||||
static vector<SgSymbol*> toDecl;
|
||||
|
||||
static void InsertToMap(SgType* type, SgExpression* letters) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user