Added std:: infront of string refrences to solve compile problems under gcc 3.0.3.

Also converted to unix file endings so other the windows style files.
This commit is contained in:
Robert Osfield
2002-02-09 19:46:44 +00:00
parent c999dfb154
commit 88b6691369
5 changed files with 624 additions and 624 deletions

View File

@@ -39,7 +39,7 @@ TrPageArchive::~TrPageArchive()
{
}
bool TrPageArchive::OpenFile(const string &file)
bool TrPageArchive::OpenFile(const std::string &file)
{
m_alternate_path = osgDB::getFilePath(file);
std::string name = osgDB::getSimpleFileName(file);