Skip to content

Commit

Permalink
Fix clang error in igc_ocl_interface
Browse files Browse the repository at this point in the history
Change-Id: I413338a13d46c4ca77edd24b0556bcfa6f5d36d9
  • Loading branch information
PawelJurek authored and astojano committed May 24, 2018
1 parent 46318eb commit 65bbbe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IGC/AdaptorOCL/ocl_igc_interface/igc_ocl_translation_ctx.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ CIF_DEFINE_INTERFACE_VER(IgcOclTranslationCtx, 1) {
};

CIF_DEFINE_INTERFACE_VER_WITH_COMPATIBILITY(IgcOclTranslationCtx, 2, 1) {
using IgcOclTranslationCtx<1>::TranslateImpl;

CIF_INHERIT_CONSTRUCTOR();

template <typename OclTranslationOutputInterface = OclTranslationOutputTagOCL>
Expand Down

0 comments on commit 65bbbe3

Please sign in to comment.