Merge pull request #5224 from bshastry/compilerwarn-fix

Fix compiler warning
This commit is contained in:
chriseth 2018-10-17 17:23:22 +02:00 committed by GitHub
commit 9d00f710bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,8 +171,8 @@ public:
}
}
std::string const name;
std::vector<Expression> const arguments;
std::string name;
std::vector<Expression> arguments;
Sort sort;
private: