Skip to content

Commit

Permalink
Custom Union
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Yefanov committed Mar 31, 2017
1 parent 0fa29d3 commit 96b3921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jnr/ffi/Struct.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ protected Struct(Runtime runtime, Struct enclosing) {
*
* @param isUnion if this Struct is a Union
*/
Struct(Runtime runtime, final boolean isUnion) {
protected Struct(Runtime runtime, final boolean isUnion) {
this(runtime);
__info.resetIndex = isUnion;
__info.isUnion = isUnion;
Expand Down

0 comments on commit 96b3921

Please sign in to comment.