diff --git a/Reverse.cpp b/Reverse.cpp index 135757a..8e31fec 100644 --- a/Reverse.cpp +++ b/Reverse.cpp @@ -1,5 +1,6 @@ #include "Reverse.h" + std::string Reverse::reverse(std::string& toReverse) { std::string ret;