Removed isSigned param when initializing Form, because it should always start as FALSE
This commit is contained in:
@@ -31,7 +31,7 @@ class Form
|
||||
Form& operator=(const Form &other);
|
||||
~Form();
|
||||
|
||||
Form(std::string name, bool isSigned, int gradeToSign, int gradeToExecute);
|
||||
Form(std::string name, int gradeToSign, int gradeToExecute);
|
||||
|
||||
std::string getName() const;
|
||||
bool getIsSigned() const;
|
||||
|
||||
Reference in New Issue
Block a user