Added a str:: to a string parameter

This commit is contained in:
Harry Moffat 2007-07-27 20:05:19 +00:00
parent 77a3fdbd56
commit 1b0c396105

View file

@ -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);