diff options
Diffstat (limited to 'College.hh')
| -rw-r--r-- | College.hh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); }; |