diff --git a/source/Lib/CommonLib/IntraPrediction.h b/source/Lib/CommonLib/IntraPrediction.h
index d8a8f4a232ffe07dcb85d3512efa62d6b4c85f93..d5f0acb01a2ced959f915f67d94993b3efcb66a3 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                    ();