From 076b0033d4ac435ef1ce3d120a0a7aabdf4f58cf Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Tue, 11 Jul 2017 15:15:45 -0400 Subject: [PATCH] Ubuntu fix to header. --- lib/local/FaceAnalyser/include/FaceAnalyser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/local/FaceAnalyser/include/FaceAnalyser.h b/lib/local/FaceAnalyser/include/FaceAnalyser.h index ca155b4f..4ce4838a 100644 --- a/lib/local/FaceAnalyser/include/FaceAnalyser.h +++ b/lib/local/FaceAnalyser/include/FaceAnalyser.h @@ -105,7 +105,7 @@ public: std::vector& confidences, std::vector& successes, std::vector& timestamps, bool dynamic); // Helper function for post-processing AU output files - void FaceAnalyser::PostprocessOutputFile(std::string output_file); + void PostprocessOutputFile(std::string output_file); private: