fix last commit

This commit is contained in:
TangoCash
2016-03-26 12:09:34 +01:00
parent fd23101501
commit e73708b71c
2 changed files with 2 additions and 2 deletions

View File

@@ -348,7 +348,7 @@ void cPlayback::Close(void)
} }
// start // start
bool cPlayback::Start(std::string filename, std::string headers = "") bool cPlayback::Start(std::string filename, std::string headers)
{ {
Start(filename.c_str(),0,0,0,0,0); Start(filename.c_str(),0,0,0,0,0);
} }

View File

@@ -52,7 +52,7 @@ void cPlayback::Close(void)
} }
} }
bool cPlayback::Start(std::string filename, std::string headers = "") bool cPlayback::Start(std::string filename, std::string headers)
{ {
Start(filename.c_str(),0,0,0,0,0); Start(filename.c_str(),0,0,0,0,0);
} }