@@ -0,0 +1,6 @@
#include "Admin.h"
Admin::Admin(int id, const std::string& username, const std::string& password)
: User(id, username, password) {
role = Role::ADMIN;
}
The note is not visible to the blocked user.