Adding comments

This commit is contained in:
2026-02-17 10:17:56 +01:00
parent 90ed3ce3b2
commit bc4efdf7e5

View File

@@ -84,6 +84,10 @@ void Bureaucrat::decrementGrade()
this->grade++;
}
//////////////////
// Sign //
//////////////////
void Bureaucrat::signForm(Form &form)
{
try {