Another g++ fix.

This commit is contained in:
Tadas Baltrusaitis
2017-07-11 15:23:47 -04:00
parent 2295fbda9c
commit ca53fc7cee

View File

@@ -1049,7 +1049,7 @@ void FaceAnalyser::Read(std::string model_loc)
else if (module.compare("PDM") == 0)
{
cout << "Reading the PDM from: " << location;
pdm = PDM::PDM();
pdm = PDM();
pdm.Read(location);
cout << "... Done" << endl;
}