diff options
| -rw-r--r-- | week02/Exercise1.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/week02/Exercise1.cpp b/week02/Exercise1.cpp index cb0e0c2..2131625 100644 --- a/week02/Exercise1.cpp +++ b/week02/Exercise1.cpp @@ -39,8 +39,7 @@ public: return true; } - int getAuthors(char** ref) { - ref = authors; + int getAuthors() { return authorsCount; } bool setAuthors(char** newAuthors, int count) { |
