diff --git a/src/08_PTRN/Testat/Cash.cpp b/src/08_PTRN/Testat/Cash.cpp index 94a65b6..51dd580 100644 --- a/src/08_PTRN/Testat/Cash.cpp +++ b/src/08_PTRN/Testat/Cash.cpp @@ -3,7 +3,6 @@ #include "Cash.h" - Cash::Cash(int value, Currency currency) : Money(value, currency) { } \ No newline at end of file