Skip to content

Commit 65bbbe3

Browse files
PawelJurekastojano
authored andcommitted
Fix clang error in igc_ocl_interface
Change-Id: I413338a13d46c4ca77edd24b0556bcfa6f5d36d9
1 parent 46318eb commit 65bbbe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IGC/AdaptorOCL/ocl_igc_interface/igc_ocl_translation_ctx.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ CIF_DEFINE_INTERFACE_VER(IgcOclTranslationCtx, 1) {
6767
};
6868

6969
CIF_DEFINE_INTERFACE_VER_WITH_COMPATIBILITY(IgcOclTranslationCtx, 2, 1) {
70+
using IgcOclTranslationCtx<1>::TranslateImpl;
71+
7072
CIF_INHERIT_CONSTRUCTOR();
7173

7274
template <typename OclTranslationOutputInterface = OclTranslationOutputTagOCL>

0 commit comments

Comments
 (0)