From 4adc83f9607c25a117c9bf8fb3227dff6577a5f8 Mon Sep 17 00:00:00 2001
From: deluxan <santiago.de.luxan@hhi.fraunhofer.de>
Date: Sat, 6 Jun 2020 23:28:24 +0200
Subject: [PATCH] changed name in the header file too

---
 source/Lib/CommonLib/IntraPrediction.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/Lib/CommonLib/IntraPrediction.h b/source/Lib/CommonLib/IntraPrediction.h
index d8a8f4a23..d5f0acb01 100644
--- a/source/Lib/CommonLib/IntraPrediction.h
+++ b/source/Lib/CommonLib/IntraPrediction.h
@@ -134,7 +134,7 @@ protected:
                                int multiRefIdx
   );
 
-  static int getWideAngle         ( int width, int height, int predMode );
+  static int getModifiedWideAngle         ( int width, int height, int predMode );
   void setReferenceArrayLengths   ( const CompArea &area );
 
   void destroy                    ();
-- 
GitLab