Fix the init method signature in some operators

This commit is contained in:
Felipe Zimmerle
2015-10-20 13:23:08 -03:00
parent 4a5e6b3e57
commit 90c74beca1
6 changed files with 9 additions and 8 deletions

View File

@@ -85,7 +85,7 @@ bool Pm::evaluate(Assay *assay, const std::string &input) {
}
bool Pm::init(const char **error) {
bool Pm::init(const std::string &file, const char **error) {
std::vector<std::string> vec;
replaceAll(param, "\\", "\\\\");