code cleanup

This commit is contained in:
Martin Brodbeck 2018-07-31 10:29:09 +02:00
parent 46aab9a836
commit b1570b3a99
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ void Marketplace::removeSale(boost::uuids::uuid uuid)
void Marketplace::exportReportToCSV(const std::string& filename, int feeInPercent, int maxFeeInEuro)
{
const unsigned char delimiter = ',';
const char delimiter = ',';
std::ofstream file(filename);
file << "Verk.Nr." << delimiter << "Nachname" << delimiter << "Vorname" << delimiter