Skip to content

Commit

Permalink
Silent warning in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Feb 7, 2017
1 parent 9942714 commit 429d303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsolidity/analysis/StaticAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class StaticAnalyzer: private ASTConstVisitor

virtual bool visit(ImportDirective const& _import) override;

std::vector<std::string const> m_globals;
std::vector<std::string> m_globals;

ErrorList& m_errors;

Expand Down

0 comments on commit 429d303

Please sign in to comment.