From ec4bdff4eabf5e1668b3e52d1c2708444fb76856 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Mon, 29 Mar 2010 05:12:59 +0200 Subject: made conctructor protected. --- src/java/com/jogamp/gluegen/runtime/Buffers.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/java') diff --git a/src/java/com/jogamp/gluegen/runtime/Buffers.java b/src/java/com/jogamp/gluegen/runtime/Buffers.java index 843d8a6..3b4bc28 100755 --- a/src/java/com/jogamp/gluegen/runtime/Buffers.java +++ b/src/java/com/jogamp/gluegen/runtime/Buffers.java @@ -55,7 +55,7 @@ public class Buffers { public static final int SIZEOF_LONG = 8; public static final int SIZEOF_DOUBLE = 8; - private Buffers() {} + protected Buffers() {} /** * Allocates a new direct ByteBuffer with the specified number of -- cgit v1.2.3