Small g++ fix

This commit is contained in:
Tadas Baltrusaitis 2016-07-22 12:57:30 -04:00
parent 3a9a17d5fd
commit 9d2d13bc1a

View file

@ -124,7 +124,7 @@ public:
// Identify if models are static or dynamic (useful for correction and shifting)
std::vector<bool> GetDynamicAUClass() const; // Presence
std::vector<std::pair<string, bool>> FaceAnalyser::GetDynamicAUReg() const; // Intensity
std::vector<std::pair<string, bool>> GetDynamicAUReg() const; // Intensity
void ExtractAllPredictionsOfflineReg(vector<std::pair<std::string, vector<double>>>& au_predictions, vector<double>& confidences, vector<bool>& successes, vector<double>& timestamps, bool dynamic);