Added a str:: to a string parameter
This commit is contained in:
parent
77a3fdbd56
commit
1b0c396105
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace ckr{
|
|||
|
||||
namespace pip {
|
||||
|
||||
void ck2ct(string idtag, ckr::CKReader& r);
|
||||
void ck2ct(std::string idtag, ckr::CKReader& r);
|
||||
|
||||
int convert_ck(const char* in_file, const char* db_file,
|
||||
const char* tr_file, const char* id_tag, bool debug, bool validate);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue