< prev index next >

test/jdk/com/sun/tools/jextract/jclang-ffi/src/jdk/internal/clang/Type.java

Print this page

        

*** 21,31 **** * questions. */ package jdk.internal.clang; ! import clang.Index.CXType; import java.foreign.Scope; import java.foreign.memory.Pointer; public class Type { private final CXType type; --- 21,31 ---- * questions. */ package jdk.internal.clang; ! import clang.Index_h.CXType; import java.foreign.Scope; import java.foreign.memory.Pointer; public class Type { private final CXType type;
< prev index next >