changed constructor syntax for MSVC6 compat.

This commit is contained in:
Patrick Parker 2006-07-20 00:43:39 +00:00
parent 0c94423503
commit cac45240c1

View File

@ -133,7 +133,7 @@ void locator::get_tc_info(const std::string& field)
}
void locator::parse_arguments()
{
std::string& fn(val_.filename_);
std::string& fn = val_.filename_;
if(fn.empty()) {
return;
}