Merge remote-tracking branch 'origin/master'
# Conflicts: # src/08_PTRN/Testat/BankAccount.cpp # src/08_PTRN/Testat/BankAccount.h # src/08_PTRN/Testat/main.cpp
This commit is contained in:
commit
ca86c2e3ca
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include "Cash.h"
|
||||
|
||||
|
||||
Cash::Cash(int value, Currency currency) : Money(value, currency) {
|
||||
|
||||
}
|
Loading…
Reference in New Issue