summaryrefslogtreecommitdiff
path: root/College.hh
diff options
context:
space:
mode:
Diffstat (limited to 'College.hh')
-rw-r--r--College.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/College.hh b/College.hh
index 5d75e42..756bffe 100644
--- a/College.hh
+++ b/College.hh
@@ -25,6 +25,6 @@ public:
std::string get_college_location();
//......other setters and getters
- // void operator==(const University&);
- void print_pin(const University &);
+ bool operator==(const University &);
+ void print_pin();
};